Skip to content

Instantly share code, notes, and snippets.

@forestbaker
Last active October 3, 2015 21:04
Show Gist options
  • Save forestbaker/30c3ed6daf384628a529 to your computer and use it in GitHub Desktop.
Save forestbaker/30c3ed6daf384628a529 to your computer and use it in GitHub Desktop.
SSH client command samples
# one line command below
ssh -X -o UserKnownHostsFile=/dev/null -o CheckHostIP=no -o StrictHostKeyChecking=no \
-i /Users/veryv/.ssh/google_compute_engine -A -p 22 [email protected] --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment