This commit is contained in:
parent
7e5d880156
commit
d93f63cf82
40 changed files with 448 additions and 649 deletions
15
.ssh/config
15
.ssh/config
|
|
@ -2,6 +2,13 @@ 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
|
||||
|
|
@ -15,11 +22,16 @@ 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 gateway.*.wzray.com
|
||||
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
|
||||
|
|
@ -27,3 +39,4 @@ Host 192.168.1.1 10.161.0.1 10.161.0.2 10.162.0.1 openwrt router ap gateway rout
|
|||
UpdateHostkeys no
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
HostkeyAlgorithms +ssh-rsa
|
||||
LogLevel ERROR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue