From f62c0db678655b59505200697eb55aa70773298c Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 25 Feb 2025 15:29:22 -0500 Subject: [PATCH] Remove ssh_config directive not supported by EL7wq --- misc/finalizeadopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/finalizeadopt.sh b/misc/finalizeadopt.sh index 7b9413d1..9a49a3ae 100644 --- a/misc/finalizeadopt.sh +++ b/misc/finalizeadopt.sh @@ -22,7 +22,7 @@ else Host * HostbasedAuthentication yes EnableSSHKeysign yes - HostbasedKeyTypes *ed25519* +# HostbasedKeyTypes *ed25519* EOF fi fi