2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-05 17:58:14 +00:00

Correct wrong port in sshd config

This commit is contained in:
Jarrod Johnson
2018-06-28 11:05:41 -04:00
parent 01b48f63ab
commit 292de9deb3

View File

@@ -76,7 +76,7 @@ if [ $? -ne 0 ]; then
fi
echo 'Protocol 2' >> /etc/ssh/sshd_config
echo 'Port 2' >> /etc/ssh/sshd_config
echo 'Port 22' >> /etc/ssh/sshd_config
echo 'Port 3389' >> /etc/ssh/sshd_config
/usr/sbin/sshd
mkdir -p /etc/xcat