Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Ssh woes...

Ssh woes...

2003-10-28       - By Todd McGuinness

 Back
Reply:     1     2  

Hi all,

Seeing some strange behaviour on 3 different 7.3 servers.   Each with fully
qualified hostnames and their sshd_configs are exactly identical.

The strangeness is as follows - I can connect from client machines simply
using rsa authentication on 2 of the servers and ::: then can't connect
using the same accounts between the 2 servers.

So I will illustrate this to make it easier to understand:

1. client machine    :::    x.x.y.100

2. Server1           :::    z.y.x.209
3. Server2           :::    y.z.x.25
4. Server3           :::    z.y.x.210

Now I try to connect with (client machine)user@(protected) to
(Server1)user@(protected) >>> connection works fine

Then I try to connect with (client machine)user@(protected) to
(Server2)user@(protected) >>> connection works fine

Then I try to connect from (Server1)user@(protected) to (Server2)user@(protected)
and every thing fails.

Here is the sshd_config:
Subsystem       sftp    /usr/libexec/openssh/sftp-server
IgnoreRhosts yes
RhostsRSAAuthentication no
RhostsAuthentication no
IgnoreUserKnownHosts yes
PrintMotd yes
StrictModes yes
RSAAuthentication yes
PermitRootLogin no
PermitEmptyPasswords yes
PasswordAuthentication yes
ReverseMappingCheck no
GatewayPorts no
AllowTcpForwarding yes
KeepAlive yes
Protocol 1,2
LogLevel INFO

__ ____ ____ ____ ____ ____ _____

Here is the logged info on what transpires:

Oct 28 12:25:12 server2 sshd(pam_unix)[11031]: authentication failure;
logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=server1.XXX.XXX  user=user
Oct 28 12:25:14 server2 sshd[11031]: Failed challenge-response for user from
66.103.144.209 port 32855
Oct 28 12:25:14 server2 sshd[11031]: Connection closed by X.X.X.209

Thanks for any and all suggestions, help!!!

Todd McGuinness