-
-
Save ryanlid/814de0ac719680d248c0ad37a6915c78 to your computer and use it in GitHub Desktop.
~/.ssh/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.ssh/config | |
ServerAliveInterval 60 | |
Host sz | |
HostName sz.lidong.me | |
IdentityFile ~/.ssh/id_rsa | |
ForwardAgent yes | |
User root | |
Host hk | |
HostName hk.lidong.me | |
IdentityFile ~/.ssh/id_rsa | |
ForwardAgent yes | |
User root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment