From 608a6284874734d2263bcb21306a9d486a6ce0ea Mon Sep 17 00:00:00 2001 From: HRiggs Date: Fri, 8 Dec 2023 20:45:09 +0000 Subject: [PATCH] Add Config Signed-off-by: HRiggs --- config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config diff --git a/config b/config new file mode 100644 index 0000000..6df2150 --- /dev/null +++ b/config @@ -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. \ No newline at end of file