|
The StackScript you used seems to disable SSH password logins by default. In that case, you must set up a public key for your non-privileged user in order to log in.
Connect to your server using the Lish Console, log in as the non-privileged user (you can always use passwords on the console even if it's disabled in SSH), and generate an SSH key for yourself.
Alternatively, connect using the Lish Console, log in as root, edit /etc/ssh/sshd_config to allow PasswordAuthentication, and restart the SSH daemon. This is not recommended, because passwords are often easy to brute-force.
|