From 0560a81e41bf61fccfa3c89bd1730f0fee1800ac Mon Sep 17 00:00:00 2001 From: Matt Ezell Date: Mon, 9 Apr 2018 03:37:56 -0400 Subject: [PATCH] Remove deprecated SSH option KeyRegenerationInterval from remoteshell (#4599) --- xCAT/postscripts/remoteshell | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index 3832208c5..5d35add8e 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -56,8 +56,6 @@ then #delete all occurance of the attribute and then add xCAT settings sed -i '/X11Forwarding /'d /etc/ssh/sshd_config echo "X11Forwarding yes" >>/etc/ssh/sshd_config - sed -i '/KeyRegenerationInterval /'d /etc/ssh/sshd_config - echo "KeyRegenerationInterval 0" >>/etc/ssh/sshd_config sed -i '/MaxStartups /'d /etc/ssh/sshd_config echo "MaxStartups 1024" >>/etc/ssh/sshd_config