Created
August 14, 2018 09:14
-
-
Save pierdom/c5ff166e2c5d6f81924e4532c503045c to your computer and use it in GitHub Desktop.
[Example of .ssh/config entry] #linux #sysadmin #networking
This file contains hidden or 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
Host my_shortcut | |
HostName my_hostname | |
User my_username | |
Compression yes | |
ServerAliveInterval 60 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment