Re: SSHD Help?

2006-03-13 Thread John Cruz
SSHD will not allow you to log in as root (for security reasons). There may be a way to change it, but I don't reccomend it. Configure a user account to be able to use the su command or install sudo, then log in remotely as a user then su or sudo for administrative tasks. Huy Ton That wrote:

Re: SSHD Help?

2006-03-13 Thread Michael Hernandez
On Mar 13, 2006, at 4:12 PM, Huy Ton That wrote: I am sure I am lacking the technical knowledge to get this running but. I setup (more like started) the sshd daemon. Now I have this system setup at home and am just using it for experimenting. When I try to SSH into it, it queries me

Re: SSHD Help?

2006-03-13 Thread Greg Barniskis
Huy Ton That wrote: I am sure I am lacking the technical knowledge to get this running but. I setup (more like started) the sshd daemon. Now I have this system setup at home and am just using it for experimenting. When I try to SSH into it, it queries me for my user name, in which case I am

Re: SSHD Help?

2006-03-13 Thread Peter
--- John Cruz [EMAIL PROTECTED] wrote: SSHD will not allow you to log in as root (for security reasons). There may be a way to change it, but I don't reccomend it. This is done by editing /etc/ssh/sshd_config: PermitRootLogin yes Then restart the SSH daemon: kill -HUP sshd pid Configure

Re: SSHD Help?

2006-03-13 Thread Huy Ton That
I think somethings wrong because even when I log on root locally on the box I get permission denied. This is the correct password because I am logging in as root when the machine boots up. I'm aware of the issues as logging in as root but it's just a machine I am using to break over and over

Re: SSHD Help?

2006-03-13 Thread Michael Hernandez
On Mar 13, 2006, at 4:39 PM, Huy Ton That wrote: I think somethings wrong because even when I log on root locally on the box I get permission denied. This is the correct password because I am logging in as root when the machine boots up. I'm aware of the issues as logging in as root but

RE: SSHD Help?

2006-03-13 Thread fbsd_user
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: SSHD Help? I think somethings wrong because even when I log on root locally on the box I get permission denied. This is the correct password because I am logging in as root when the machine boots up. I'm aware of the issues as logging in as root

Re: SSHD Help?

2006-03-13 Thread John Cruz
Weird, When I try my box with the wrong password it just says Incorrect password. You must have killed the root account or something. Huy Ton That wrote: I think somethings wrong because even when I log on root locally on the box I get permission denied. This is the correct password because

Re: SSHD Help?

2006-03-13 Thread hackmiester / Hunter Fuller
On Monday 13 March 2006 15:12, Huy Ton That wrote: I am sure I am lacking the technical knowledge to get this running but. I setup (more like started) the sshd daemon. Now I have this system setup at home and am just using it for experimenting. When I try to SSH into it, it queries me for