From 7f5b0ab873f6d8a797c7176cff5afa98a385d444 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sat, 10 Jun 2023 19:32:39 +0200 Subject: [PATCH] Add additional settings --- ssh/settings | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssh/settings b/ssh/settings index 796d77b..8dbedcc 100644 --- a/ssh/settings +++ b/ssh/settings @@ -14,6 +14,8 @@ host * HashKnownHosts yes Compression yes SendEnv LANG LC_* + UseRoaming no + IdentitiesOnly yes KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr