SSH: disable ControlMaster

This commit is contained in:
Marko Korhonen 2023-04-17 11:47:11 +03:00
parent fdc9eb668d
commit 05120e4507
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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