SSH accounts

1. Restart of the sshd server

Durring the setup of the control panel, DTC will do some modification to your /etc/ssh/sshd_config file to allow your users to ssh to theire vhosts. But it doesn't restart the ssh server, as you could be using it for doing the installation. The solution is to do killall -HUP sshd after the install, as suggested by the message printed at the end.

2. I can't seem to be able to login, why?

The most common mistake is done with usernames. Maybe people try to login with "user" and not "user@domain.com". In other words, you shouldn't do ssh user@domain.com but ssh -l user@domain.com domain.com.

Editing this page means accepting its license.

Page last modified on January 14, 2007, at 07:33 AM EST