SSH needs to run on another port if we are using host network.
We are now forced to used host network because of udev
This commit is contained in:
@@ -7,4 +7,7 @@ fi
|
||||
mkdir -p /run/sshd
|
||||
chmod 744 /run/sshd
|
||||
|
||||
echo "**** Configure SSH service ****";
|
||||
echo 'Port 2222' > /etc/ssh/ssh_config.d/port.conf
|
||||
|
||||
echo "DONE"
|
||||
|
||||
Reference in New Issue
Block a user