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