lkjasdklfjasdf
This commit is contained in:
parent
f4b88690f7
commit
96fbeb821a
5 changed files with 51 additions and 20 deletions
15
.ssh/config
Normal file
15
.ssh/config
Normal file
|
@ -0,0 +1,15 @@
|
|||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
|
||||
Host *.zvray.ru *.wzray.com *.vpn.wzray.ru
|
||||
User root
|
||||
Port 8022
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue