I enable ssh
Setup-SSH-Enables-Save
I can connect to zeroshell with putty
But I reboot zeroshell
I can not connect to zeroshell with putty
I login in console model
netstat -tpln
not find
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 6601/sshd
I disable ssh
I enable ssh
I can connect to zeroshell with putty
netstat -tpln
find
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 6601/sshd
Yes, it is a bug that I introduced when I created the ISO. I removed a link in the directory /etc/rc.d/rc3.d to the script /etc/init.d/sshd.
I have already solved the problem with the release 1.0.beta6. At the moment you just have to put the command /etc/init.d/sshd start in the startup script by using the section [Setup]->[Startup] of the Zeroshell’s web interface.