Files
dotfiles/ssh/config
2024-07-11 17:01:15 +09:30

11 lines
168 B
Plaintext

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