dotter/ssh/config

18 lines
256 B
Plaintext

Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ForwardAgent yes
Host git.lawsnote.com
Port 2222
User git
HostName git.lawsnote.com
Host dev
User mtfos
HostName 192.168.200.14
Host vpn
User root
HostName 192.168.201.254