How to enable ssh Remote Shell Access in untangle 9, 9.1,10,11
Untangle Latest Versions
For Latest version Untangle, SSH is enabled by default.
root password will be configured during the first login.
For v6.1 and higher
To start the SSH daemon (this will also cause it to restart on every boot)
Login to local Terminal
#rm /etc/ssh/sshd_not_to_be_run #/etc/init.d/ssh start
For V6.0 and prior
Start SSH
To start the SSH daemon on Untangle run:
#/etc/init.d/ssh start
Start and Enable SSH
To start SSH and have it started automatically on every boot, run the below commands:
#update-rc.d ssh defaults #/etc/init.d/ssh start