From 295412f300a55398019a68f037558ada5e4f0997 Mon Sep 17 00:00:00 2001 From: Dan MacLeod Date: Thu, 11 Jul 2024 17:01:15 +0930 Subject: [PATCH] Added ssh config --- ssh/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ssh/config diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..703415b --- /dev/null +++ b/ssh/config @@ -0,0 +1,10 @@ +Host gitea.15bt.xyz + HostName gitea.15bt.xyz + Port 2222 + IdentityFile ~/.ssh/gitea + +Host winton + HostName 192.168.0.44 + Port 8022 + IdentityFile ~/.ssh/local + User root