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:
@@ -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
|
||||
|
Reference in New Issue
Block a user