How do I enable SSH access from the shell?
To enable ssh via the shell you need to login at the console.
- To enable SSH access
- Edit /var/ipcop/remote/settings
- Run /bin/touch /var/ipcop/remote/enablessh
- Run /usr/local/bin/restartssh
- To disable SSH access
- Edit /var/ipcop/remote/settings
- Run rm /var/ipcop/remote/enablessh
- Run /usr/local/bin/restartssh
Once ssh is enabled, you must use a non-standard port, 222, in your ssh client. The standard port (22) will not work.
