I'm trying to setup neko_sshd,
I followed joerg's shortcut :
So far not so good, i get the following error:
as for the rest of joerg's setup, i'm getting a bit confused (if not lost):
could anyone post a more detailed step-by-step guide (or link) please?
I followed joerg's shortcut :
joerg wrote: Perform the following steps:
1. Check if the directoy '/var/empty' exits otherwise create it.
2. Check if a user and group named 'sshd' exits outherwise create [1] both and. The shell for this user is set to /bin/false and $home is the /var/empty dir from above
3. shutdown the IRIX sshd and disable it with chkconfig. Its not installed by default.
4. run 'chkconfig neko_sshd on'
5. start the daemon with '/etc/init.d/neko_sshd start'
[1] use the gui for that job or from commandline /usr/sysadm/privbin/addUserAccount. But create the group first by editing /etc/group with your favorite editor.
So far not so good, i get the following error:
Code: Select all
Privilege seperation user sshd does not exist
as for the rest of joerg's setup, i'm getting a bit confused (if not lost):
joerg wrote: A 'ps -edalf | grep sshd' shows you if now a process is up and running. Try to connect with a 'ssh $user@localhost'. If it works stop the sshd and start editing the /usr/nekoware/etc/sshd_config and ssh_config files. You may want to limited the use of ssh version 2 protokoll, dont permit root logins, enable x-forwarding and some more.
Before you upgrading neko_sshd to a newer version make a copy of your existing config files because in previous versions of the neko package it overrides the files.
could anyone post a more detailed step-by-step guide (or link) please?