Update ssh config
This commit is contained in:
parent
a5678783c2
commit
5821af748e
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Host *
|
||||||
ForwardAgent no
|
ForwardAgent no
|
||||||
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath /tmp/%r@%h:%p
|
ControlPath ~/.ssh/cm-%r@%h:%p
|
||||||
ControlPersist 60
|
ControlPersist 60
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
|
@ -14,11 +14,14 @@ Host *.nemunai.re
|
||||||
# Home ################################################################
|
# Home ################################################################
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
HostName oupaout.ra.nemunai.re
|
HostName merhet.iri.nemunai.re
|
||||||
VerifyHostKeyDNS yes
|
VerifyHostKeyDNS yes
|
||||||
Port 6224
|
Port 6224
|
||||||
DynamicForward 3128
|
DynamicForward 3128
|
||||||
|
|
||||||
|
Host ouaset ouaset.masr.nemunai.re jizah.masr.nemunai.re jizah ankh ankh.serekh.nemunai.re uraeus uraeus.serekh.nemunai.re djed djed.serekh.nemunai.re tyet tyet.serekh.nemunai.re
|
||||||
|
User root
|
||||||
|
|
||||||
Host ouaset ouaset.masr.nemunai.re
|
Host ouaset ouaset.masr.nemunai.re
|
||||||
Port 622
|
Port 622
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue