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...(SOLVED)

Ssh woes...(SOLVED)

2003-10-28       - By Todd McGuinness

 Back
Aright here's where the issue was:

The ssh_config file: ie. The client file had been modified on these two
machines in question.  Turn them back to default settings and everything was
golden!!!

Thanks Keith for the response!

Todd


On 10/28/03 3:10 PM, "Keith Mastin" <kmastin@(protected)> wrote:

>
>> Hi all,
>>
>> Seeing some strange behaviour on 3 different 7.3 servers.   Each with
>> fully qualified hostnames and their sshd_configs are exactly identical.
>
> Are ssh versions, kernel versions, etc. all identical as well? And I'm
> assuming that all machines have identical packages installed, all have
> client, server, ask-pass, etc.?
>
>> 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.
>
> Was this ever working? If so, what happened before it stopped working?
> (I'm thinking up2date.)
>
> If this was never working, there are so many things that could be wrong,
> and you'll have to check them one by one. Did you try
> uninstalling/re-installing on the problematic machines? Obviously the
> first 2 are fine (double check this by doing an ssh login to the client
> from the 209 server).
>
> Can you login between all the machines using IP addresses? If so, check
> all the hosts files and host.conf.
>
> Can you ping between all machines?
>
> If all else fails, maybe try taking out the .key files in the homedirs on
> the client side of each connection and have sshd remap them.
>
> <snip>