This commit is contained in:
parent
ce19d6a62c
commit
624ab42f73
26 changed files with 493 additions and 163 deletions
20
.ssh/config
20
.ssh/config
|
|
@ -2,17 +2,27 @@ Host *
|
|||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host *.zvray.ru *.wzray.com *.vpn.wzray.ru
|
||||
Host *.zvray.ru mx*.wzray.com
|
||||
User root
|
||||
Port 8022
|
||||
|
||||
Host docker
|
||||
User root
|
||||
Hostname 10.161.192.10
|
||||
Host phone
|
||||
User u0_a230
|
||||
Port 8022
|
||||
|
||||
Host 192.168.1.1 10.161.0.1 10.162.0.1 openwrt
|
||||
Host laptop laptop.*.wzray.com
|
||||
|
||||
Host hicpu hicpu.spb.wzray.com
|
||||
User root
|
||||
|
||||
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
|
||||
User root
|
||||
UserKnownHostsFile /dev/null
|
||||
IdentityFile /dev/null
|
||||
StrictHostKeyChecking no
|
||||
UpdateHostkeys no
|
||||
PubkeyAcceptedAlgorithms +ssh-rsa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue