Re: SSH Access Issues

2008-10-11 Thread Wolfgang S. Rupprecht
"jdow" <[EMAIL PROTECTED]> writes: > It's possible to configure a firewall to give one shot every three minutes > to logging in via ssh. It is possible, but not usually done that way. The ssh-attacking programs are pretty good at hammering sshd. If any of the users of the machine have a passw

Re: SSH Access Issues

2008-10-11 Thread jdow
From: "Wolfgang S. Rupprecht" <[EMAIL PROTECTED]> Sent: Wednesday, 2008, October 08 09:54 Jonathan Allen <[EMAIL PROTECTED]> writes: PasswordAuthentication yes ChallengeResponseAuthentication no UsePAM yes X11Forwarding yes Check your file permissions. All the files leading up to

Re: SSH Access Issues

2008-10-08 Thread Aldo Foot
On Wed, Oct 8, 2008 at 9:27 AM, Jonathan Allen <[EMAIL PROTECTED]> wrote: > Hi List, > > I have several F8 and F9 boxes in an internal network. I can ssh between > them all happily as root, but not as individual other users. After prompting > me for a password, it says: Permission denied. In /et

Re: SSH Access Issues

2008-10-08 Thread Todd Denniston
[EMAIL PROTECTED] wrote, On 10/08/2008 12:57 PM: In the properties for the user, what shell do they have? (cat /etc/passwd) If it's /sbin/nologin, then that is part of the problem. or if /etc/nologin exists, only root can login, but that would affect normal logins too. HTH -Greg Hi Li

RE: SSH Access Issues

2008-10-08 Thread bruce
how are you trying to log into the other box using ssh?? what's the actual cmd you're using -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jonathan Allen Sent: Wednesday, October 08, 2008 9:28 AM To: fedora-list@redhat.com Subject: SSH Access I

Re: SSH Access Issues

2008-10-08 Thread listserv . traffic
In the properties for the user, what shell do they have? (cat /etc/passwd) If it's /sbin/nologin, then that is part of the problem. HTH -Greg > Hi List, > I have several F8 and F9 boxes in an internal network. I can ssh between > them all happily as root, but not as individual other users.

Re: SSH Access Issues

2008-10-08 Thread Wolfgang S. Rupprecht
Jonathan Allen <[EMAIL PROTECTED]> writes: >PasswordAuthentication yes >ChallengeResponseAuthentication no >UsePAM yes >X11Forwarding yes Check your file permissions. All the files leading up to your authorized_keys file need to be "go-w". You might want to google for "sshd confi

Re: SSH Access Issues

2008-10-08 Thread Mark Haney
Jonathan Allen wrote: Hi List, I have several F8 and F9 boxes in an internal network. I can ssh between them all happily as root, but not as individual other users. After prompting me for a password, it says: Permission denied. In /etc/ssh/sshd_config I have the lines: PasswordAuthenticat

RE: SSH Access Issues

2008-10-08 Thread bruce
f Of Jonathan Allen Sent: Wednesday, October 08, 2008 9:28 AM To: fedora-list@redhat.com Subject: SSH Access Issues Hi List, I have several F8 and F9 boxes in an internal network. I can ssh between them all happily as root, but not as individual other users. After prompting me for a password, i

SSH Access Issues

2008-10-08 Thread Jonathan Allen
Hi List, I have several F8 and F9 boxes in an internal network. I can ssh between them all happily as root, but not as individual other users. After prompting me for a password, it says: Permission denied. In /etc/ssh/sshd_config I have the lines: PasswordAuthentication yes ChallengeResp