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