» SSH Sharing

    Easy SSH sharing is incredibly useful if you want to give access toa colleague for troubleshooting ops issues. Additionally, it enablespair programming with a Vagrant environment, if you want!

    Just run vagrant share —ssh!

    After running vagrant share —ssh, it will output the name of your share:

    1. Loading share 'bazaar_wolf:sultan_oasis'...
    2. The SSH key to connect to this share is encrypted. You will
    3. decrypt it. Verify you have access to this password before
    4. continuing.
    5. Executing SSH...
    6. Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.8.0-29-generic x86_64)
    7. * Documentation: https://help.ubuntu.com/

    If the private key is encrypted (the default behavior), then the connectingperson will be prompted for the password to decrypt the private key.