From 30a2f2074a156dd2dc31051e9f8eef1ec69a9c22 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 17 Sep 2023 23:33:27 +0200 Subject: [PATCH] ssh: no need for tty always --- .ssh/config | 1 - 1 file changed, 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index b0001ae..ffa3826 100644 --- a/.ssh/config +++ b/.ssh/config @@ -5,7 +5,6 @@ ControlPath ${XDG_RUNTIME_DIR}/ssh_control:%h:%p:%r ControlPersist 1200 Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr AddressFamily inet -RequestTty yes PreferredAuthentications=publickey Include ~/.ssh/private_config