14
config
Normal file
14
config
Normal file
@@ -0,0 +1,14 @@
|
||||
#this file should be in your
|
||||
# Windows: C/User/NAME/.ssh/config
|
||||
# Unix(Linux/Mac) ~/.ssh/config
|
||||
|
||||
Host git.hudsonriggs.systems
|
||||
Hostname git.hudsonriggs.systems
|
||||
User NAME
|
||||
AddKeysToAgent yes
|
||||
Port 22113
|
||||
#Uncomment one of the following, 1st is Unix 2nd is Windows
|
||||
#IdentityFile ~/.ssh/NAME_rsa
|
||||
#IdentityFile C:/Users/NAME/.ssh/NAME_rsa
|
||||
|
||||
#It is important that you add your key to your profile on this website.
|
||||
Reference in New Issue
Block a user