@olaf:
Step by step:
#pw user add -n joe -c "Joe Smith, Jr." -d /home/none -s /bin/sh
#passwd joe
Regards,
Olaf
hello.. I'm also attempting to do this (add user(s) just for SSH tunneling I added the user via ur prev post but I get an error that the server rejected our key (admin works) the unprivilaged user can only log in if i uncheck the "Disable Password login for Secure Shell (KEY only)" option.
anyone know how I can get Key login working ?
EDIT… NEVERMIND i figured it out
just needed to copy the .ssh/authorized_keys to the new users /home/none location.