Skip to content

Instantly share code, notes, and snippets.

@the-eric-kwok
Last active January 28, 2018 14:08
Show Gist options
  • Save the-eric-kwok/6aad3a88e07416e2372cd61bf69c2930 to your computer and use it in GitHub Desktop.
Save the-eric-kwok/6aad3a88e07416e2372cd61bf69c2930 to your computer and use it in GitHub Desktop.
ssh 配置文件模板

文件存于~/.ssh/

Host xx
    HostName xxx.xxx.com
    User xx
    Port 22
    IdentityFile ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment