SSH: disable ControlMaster

main
Marko Korhonen 1 year ago
parent fdc9eb668d
commit 05120e4507
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

Loading…
Cancel
Save