n00b Questions on Fresh Install and StackScript.
Right now, I'm trying to install Ubuntu 10.04 LTS using the "macwebguy / LAMP & Basic Firewall" StackScript.
I set the password and did NOT use a public key for the non-priviliged user.
After the script completes, I try to ssh in as the non-priviliged user, and it says the pw doesn't match.
I suspect I'm making a simple newbie mistake. Any ideas?
2 Replies
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.