Re-enable controlmaster for ssh client
This commit is contained in:
parent
6007e60df0
commit
aa044a103d
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ Include ~/.ssh/netforecast_hosts
|
||||||
host *
|
host *
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_ed25519_yubikey.pub
|
IdentityFile ~/.ssh/id_ed25519_yubikey.pub
|
||||||
#ControlMaster auto
|
ControlMaster auto
|
||||||
#ControlPersist 10m
|
ControlPersist 10m
|
||||||
#ControlPath ~/.ssh/%r@%h:%p.socket
|
ControlPath ~/.ssh/%r@%h:%p.socket
|
||||||
|
|
||||||
host moria
|
host moria
|
||||||
HostName home.korhonen.cc
|
HostName home.korhonen.cc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue