Skip to content

Instantly share code, notes, and snippets.

@smerrill
Created November 23, 2011 16:27
Show Gist options
  • Save smerrill/1389131 to your computer and use it in GitHub Desktop.
Save smerrill/1389131 to your computer and use it in GitHub Desktop.
Vagrant SSH config to drush 'ssh-options'
vagrant ssh-config | sed -n '2,$p' | sed -e "s/^ /-o'/;s/$/'/" | tr "\n" " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment