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

Add 3389 ssh port

It just so happens that 3389 (RDP) is forwarded by default
by Lenovo IMMs.  Take advantage of this to offer a way to
ssh in through IMM/XCC.
This commit is contained in:
Jarrod Johnson
2018-06-28 09:55:41 -04:00
parent 4e16e433fe
commit 34bffaa8e4

View File

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