From 3c95f2b7957ee858c33ceaee77e57ee8cc7a2394 Mon Sep 17 00:00:00 2001 From: yangsbj Date: Tue, 15 Jan 2019 04:25:54 -0500 Subject: [PATCH] revert PR Fix remoteshell compatibility with custom Match #5936 --- xCAT/postscripts/remoteshell | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT/postscripts/remoteshell b/xCAT/postscripts/remoteshell index 1a8b1c2b5..0c266d9b6 100755 --- a/xCAT/postscripts/remoteshell +++ b/xCAT/postscripts/remoteshell @@ -59,7 +59,6 @@ then logger -t $log_label -p local4.info "remoteshell: setup /etc/ssh/sshd_config and ssh_config" cp /etc/ssh/sshd_config /etc/ssh/sshd_config.ORIG #delete all occurance of the attribute and then add xCAT settings - echo "Match all" >>/etc/ssh/sshd_config sed -i '/X11Forwarding /'d /etc/ssh/sshd_config echo "X11Forwarding yes" >>/etc/ssh/sshd_config sed -i '/MaxStartups /'d /etc/ssh/sshd_config