Added ssh config

This commit is contained in:
2024-07-11 17:01:15 +09:30
parent dd8f497086
commit 295412f300

10
ssh/config Normal file
View File

@@ -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