Developer FAQs
From UntangleWiki
[edit]
Why Can't I SSH To My Untangle Server
SSH doesn't start up at boot time by default. To change this default, do the following:
# update-rc.d ssh defaults Adding system startup for /etc/init.d/ssh ... # /etc/init.d/ssh start Starting OpenBSD Secure Shell server: sshd.
