Skip to content

Instantly share code, notes, and snippets.

@vozhukh
Created December 3, 2016 13:29
Show Gist options
  • Save vozhukh/1429cf491a75435013808794c20d1aba to your computer and use it in GitHub Desktop.
Save vozhukh/1429cf491a75435013808794c20d1aba to your computer and use it in GitHub Desktop.
ssh -v -l <user-name> -p <port> <host-to-connect>
//Example:
ssh -v -l root -p 22 192.168.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment