Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xCAT/postscripts/remoteshell
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ 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
# delete all MaxStartups settings and use default value
sed -i '/MaxStartups /'d /etc/ssh/sshd_config
echo "MaxStartups 1024" >>/etc/ssh/sshd_config

if [ "$SETUPFORPCM" = "1" ]; then
if [[ $OSVER == sle* ]];then
Expand Down