Created
March 14, 2016 10:23
-
-
Save msuchodolski/db329911a75210da7e7b to your computer and use it in GitHub Desktop.
Host settings for SSH config
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
# Add this to/create new 'config' file in ~/.ssh/ | |
Host unique_name | |
HostName ssh_address | |
User ssh_username | |
IdentityFile ~/.ssh/path/to/key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment