Created
September 13, 2018 15:19
-
-
Save iguoli/faa1f048db8f23554b3d2b4857e7951f to your computer and use it in GitHub Desktop.
ssh config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host ubuntu | |
Hostname localhost | |
Port 2222 | |
User vagrant | |
IdentityFile ~/vagrant/ubuntu1604/.vagrant/machines/default/virtualbox/private_key | |
RemoteForward 1080 localhost:1080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment