Skip to content

Instantly share code, notes, and snippets.

@nuclearsandwich
Created December 23, 2013 19:35
Show Gist options
  • Save nuclearsandwich/8103209 to your computer and use it in GitHub Desktop.
Save nuclearsandwich/8103209 to your computer and use it in GitHub Desktop.
Verbosify ssh for Git debugging
#!/bin/sh
exec ssh -vvv $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment