Skip to content

Instantly share code, notes, and snippets.

@RalfWenzel
Last active November 4, 2017 20:45
Show Gist options
  • Select an option

  • Save RalfWenzel/1b58792918d86b4244e49d2e985624b5 to your computer and use it in GitHub Desktop.

Select an option

Save RalfWenzel/1b58792918d86b4244e49d2e985624b5 to your computer and use it in GitHub Desktop.
SSH cheatsheet

ssh client configuration

  • precedence (1st value used): Command-line options, ~/.ssh/config, /etc/ssh/ssh_config
  • Host specific options
Host <myKeyfileHostName>
    HostName <myKeyfileHostNameFQDN>
    User <userName>
    IdentityFile ~/.ssh/<usrName>_id_rsa  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment