42 lines
852 B
Text
42 lines
852 B
Text
Host *
|
|
AddKeysToAgent yes
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
Host vm.zvray.ru
|
|
Port 22
|
|
User root
|
|
StrictHostKeyChecking no
|
|
UpdateHostkeys no
|
|
UserKnownHostsFile /dev/null
|
|
|
|
Host *.zvray.ru mx*.wzray.com
|
|
User root
|
|
Port 8022
|
|
|
|
Host phone
|
|
User u0_a230
|
|
Port 8022
|
|
|
|
Host laptop laptop.*.wzray.com
|
|
|
|
Host hicpu hicpu.spb.wzray.com
|
|
User root
|
|
|
|
Host higpu-docker-storage
|
|
HostName higpu.spb.wzray.com
|
|
User root
|
|
Port 2201
|
|
|
|
Host git.wzray.com
|
|
User git
|
|
Port 2201
|
|
|
|
Host 192.168.1.1 10.161.0.1 10.161.0.2 10.162.0.1 openwrt router ap gateway router.*.wzray.com ap.*.wzray.com openwrt.*.wzray.com
|
|
User root
|
|
UserKnownHostsFile /dev/null
|
|
IdentityFile /dev/null
|
|
StrictHostKeyChecking no
|
|
UpdateHostkeys no
|
|
PubkeyAcceptedAlgorithms +ssh-rsa
|
|
HostkeyAlgorithms +ssh-rsa
|
|
LogLevel ERROR
|