SSH: disable ControlMaster
This commit is contained in:
parent
e147459f1e
commit
c15ec5ec3e
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ Include ~/.ssh/rossum_hosts
|
|||
host *
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/id_ed25519_yubikey.pub
|
||||
ControlMaster auto
|
||||
ControlPersist 10m
|
||||
ControlPath ~/.ssh/%r@%h:%p.socket
|
||||
#ControlMaster auto
|
||||
#ControlPersist 10m
|
||||
#ControlPath ~/.ssh/%r@%h:%p.socket
|
||||
|
||||
host moria
|
||||
HostName korhonen.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue