Ssh accounts - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Ssh accounts (/thread-3987.html) |
Ssh accounts - thid - 08-09-2008 12:11 AM I'm interesting how can I allow users to access ssh. I tryed to edit user and adding them shell /bin/bash, but when I we tryed to connect we had password error. Any ideas how to do it? RE: Ssh accounts - kilburn - 08-09-2008 03:47 AM Try setting the user's password with the "passwd" command (as root) and trying again. RE: Ssh accounts - thid - 08-20-2008 11:52 PM I tryed this, I even chenged the password but then when I loged on account (su vu***) after typing passwd and the password that I setup, I get an information Authentication failure RE: Ssh accounts - pgentoo - 08-21-2008 02:43 PM check our /var/log/messages (and /var/log/secure if your distro has it). Post the relevant errors. |