Re-enable controlmaster for ssh client

This commit is contained in:
Marko Korhonen 2025-07-01 13:56:41 -05:00
parent 6007e60df0
commit aa044a103d
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -3,9 +3,9 @@ Include ~/.ssh/netforecast_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 home.korhonen.cc