Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add this group and root dir to /etc/ssh/sshd_configconfigĀ  (Note that the "chroot directory has to be owned by root and can't be any group-write access", per http://stackoverflow.com/questions/18220104/write-failed-broken-pipe-when-trying-to-login-through-ssh-with-a-specific-use)

'service ssh restart'

Create a new unix user, set its password (unix commands are 'useradd' and 'passwd')

...