Skip to content

Instantly share code, notes, and snippets.

@cabe56
Created September 4, 2013 18:55
Show Gist options
  • Save cabe56/6441230 to your computer and use it in GitHub Desktop.
Save cabe56/6441230 to your computer and use it in GitHub Desktop.
Config ssh access a vm
~/.ssh/config
Host <nombre que le quieras poner al vm>
user <user del vm>
HostName <ip del vm>
ForwardAgent yes
en tu cmd-line corres `ssh <nombre que le pusiste al vm>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment