diff options
-rw-r--r-- | home/.ssh/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.ssh/config b/home/.ssh/config index cff0eae..7f6a63d 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -10,7 +10,6 @@ Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh. Compression no ControlMaster auto ControlPersist 10 -# ControlPath ~/.ssh/sockets/socket-%r@%h:%p AddressFamily inet ServerAliveInterval 120 |