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:
@@ -3,7 +3,9 @@
|
||||
autostart=true
|
||||
priority=10
|
||||
directory=/
|
||||
command=/usr/sbin/sshd -D
|
||||
command=/usr/sbin/sshd -Ddp 2222
|
||||
user=root
|
||||
autorestart=true
|
||||
stopsignal=QUIT
|
||||
stdout_logfile=/var/log/supervisor/xorg.log
|
||||
stderr_logfile=/var/log/supervisor/xorg.err
|
||||
|
||||
Reference in New Issue
Block a user