Skip to content

Instantly share code, notes, and snippets.

@64lines
Created July 17, 2017 16:45
Show Gist options
  • Select an option

  • Save 64lines/ec221b9f98bff1bfa1f32f01ebd629ab to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/ec221b9f98bff1bfa1f32f01ebd629ab to your computer and use it in GitHub Desktop.
[VAGRANT] - How vagrant ssh works?
ssh $(vagrant ssh-config | awk 'NR>1 {print " -o "$1"="$2}') localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment