Created
July 17, 2017 16:45
-
-
Save 64lines/ec221b9f98bff1bfa1f32f01ebd629ab to your computer and use it in GitHub Desktop.
[VAGRANT] - How vagrant ssh works?
This file contains hidden or 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
| 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