dotfiles/home/private_dot_ssh/config

22 lines
302 B
Plaintext
Raw Normal View History

2023-02-25 16:18:35 +00:00
Host *
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
ForwardAgent yes
Host git.lawsnote.com
Port 2222
User git
HostName git.lawsnote.com
Host dev
User jay
HostName 192.168.200.15
Host vpn
User root
HostName 192.168.201.254
Host lndev
User jay
HostName 192.168.88.12