1
0
Fork 0
dotfiles/.ssh/config
2026-01-06 07:36:53 +03:00

44 lines
885 B
Text

Host *
AddKeysToAgent yes
IdentityFile ~/.ssh/id_ed25519
Host vm.zvray.ru
Port 22
User root
StrictHostKeyChecking no
UpdateHostkeys no
UserKnownHostsFile /dev/null
LogLevel ERROR
Host *.zvray.ru mx*.wzray.com
User root
Port 8022
Host phone
User u0_a247
Port 8022
Host laptop laptop.*.wzray.com
Port 8022
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