We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Port
1 parent d03ae9f commit 5dbc9e5Copy full SHA for 5dbc9e5
scripts/test-in-container.sh
@@ -9,8 +9,8 @@ cd $script_dir
9
set -x
10
11
# sshd Linsten on 22 and 8022
12
-echo "Port 22" > /etc/ssh/sshd_config.d/mscp-test.conf
13
-echo "Port 8022" >> /etc/ssh/sshd_config.d/mscp-test.conf
+echo "Port 22" >> /etc/ssh/sshd_config
+echo "Port 8022" >> /etc/ssh/sshd_config
14
15
# Run sshd
16
if [ ! -e /var/run/sshd.pid ]; then
0 commit comments