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
  1. Edit /var/ipcop/remote/settings
  2. Run /bin/touch /var/ipcop/remote/enablessh
  3. Run /usr/local/bin/restartssh
  • To disable SSH access
  1. Edit /var/ipcop/remote/settings
  2. Run rm /var/ipcop/remote/enablessh
  3. 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.

faq/cli/ssh.txt · Last modified: 2008/07/31 06:58 by up4fun