Linux - DistributionsThis forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I was trying to show someone how SuSE 9.1 looks, I booted up the 9.1 Live-Eval CD just fine... Then I wanted to show him how SSH through a Windows XP via Putty works... But when I try to connect it prompts for a user name, and i key root and then no password I try will work... I tried no password because that's what the live-eval CD defaults with... and no luck... so I went over to the SUSE box and changed the root password to an actual password... and still no luck... It wouldn't surprise me if you CAN'T ssh into the live-eval... but then why does the SSH daemon load??
I don't know much about putty... but it's onnecting to the correct IP address: 192.200.0.133 and using Port 22 with SSH... that's the only thing I've done... is there anything else that would need to be selected??
try creating a regular (non-root) account, and then ssh to that...
you can then "su" to become root...
root logins via ssh are probably disabled for security by default on that distro (i'm not sure, i've never used that distro)...
you can check the /etc/ssh/sshd_config file to see if "PermitRootLogin" is set to "no", which you can change to "yes" if you want, although it's best not to (it's best to "su")...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.