This commit is contained in:
dma 2025-04-16 09:32:01 +08:00
parent 347e51595f
commit 75cfc9a49b

View File

@ -2,7 +2,6 @@ AddKeysToAgent yes
ForwardAgent yes ForwardAgent yes
HostKeyAlgorithms +ssh-rsa HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa PubkeyAcceptedKeyTypes +ssh-rsa
IdentityFile ~/.ssh/dma-key
ServerAliveInterval 60 ServerAliveInterval 60
Host sslvpn Host sslvpn
@ -32,11 +31,13 @@ Host github.com
Hostname ssh.github.com Hostname ssh.github.com
Port 443 Port 443
User git User git
IdentityFile ~/.ssh/dma-owlery
Host home Host home
Hostname 192.168.124.183 Hostname 192.168.124.183
Port 13911 Port 13911
User dma User dma
IdentityFile ~/.ssh/dma-key
Host dev Host dev
Hostname 192.168.124.18 Hostname 192.168.124.18