19 lines
406 B
Text
19 lines
406 B
Text
Host *
|
|
AddKeysToAgent yes
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
Host *.zvray.ru *.wzray.com *.vpn.wzray.ru
|
|
User root
|
|
Port 8022
|
|
|
|
Host docker
|
|
User root
|
|
Hostname 10.161.192.10
|
|
|
|
Host 192.168.1.1 10.161.0.1 10.162.0.1 openwrt
|
|
User root
|
|
UserKnownHostsFile /dev/null
|
|
StrictHostKeyChecking no
|
|
UpdateHostkeys no
|
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
|
HostkeyAlgorithms +ssh-rsa
|