SSH Login Allowed. - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: SSH Login Allowed. (/thread-4541.html) |
SSH Login Allowed. - seba22 - 09-28-2008 05:57 AM Hi, I have one user who need's acces via SSH. Can you help me, how to get what's is username of created user ? For example test.domain.com ? I think, if quota is working, ISPC create a separated user account on linux... So, how to guest what's username. Or any other idea, maybye do you have... RE: SSH Login Allowed. - kilburn - 10-01-2008 02:41 PM "grep <domain.tld> /etc/passwd" will give you the right vuXXXX user for this domain. Set a valid shell and password and it'll be able to login |