From d2c6f994019ee7810e5c3dbef06e64b46e8d59e3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 28 Oct 2023 22:27:06 +0300 Subject: [PATCH] ssh_config: remove deprecated option useroaming Even Debian Bookworm mentions it as deprecated in ssh -vvv and I seriously doubt I have such old SSH running anywhere --- etc/ssh/ssh_config | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config index 95cac886..b8030f9d 100644 --- a/etc/ssh/ssh_config +++ b/etc/ssh/ssh_config @@ -56,9 +56,6 @@ Host * # manual). UpdateHostKeys yes - # Workaround CVE-2016-0777 & CVE-0778 on OpenSSH < 7.1p2 - UseRoaming no - # Verify SSHFP records. If this is yes, the question is skipped when # DNSSEC is used, but apparently only "ask" and "no" write known_hosts # However with "ask" you won't be told whether the zone is signed, so