PDA

View Full Version : Ensim and SSh


ben
2003-12-14, 03:47 AM
I have created new sites on my server.
I would like to login through ssh using those accounts. They have shell accounts but i can't login in.

What am i doing wrong.

QT
2003-12-14, 12:52 PM
You might be able to find your answer here:

http://www.ensim.com/support/wpls/documents/3.5.20_docs/lwppro35_techref_20_1/lwppro3520_techref_1.html

Or in the Ensim Knowledge Base.

The Appliance Admin can change the shell of the user to /bin/bash on private server. Run the following command as root:

#chsh -s bash

You can type "man chsh" for more details.

The above should work, if not..then I recommend reading through the documentation that is provided to you.