Set up new RH6 server and am trying to ssh to it from another RH server and not getting a login prompt.
- serverA (old): uname -a returns "Linux <servername> 2.4.21-63.ELsmp #1 SMP <date & time> i686 i686 i386 GNU/Linux"
- serverB (new): uname -a returns "Linux <servername> 2.6.32-71.24.1.el6.x86_64 #1 SMP <date & time> x86_64 x86_64 x86_64 GNU/Linux)
- can ssh to both servers using Putty from a windows PC successfully
- can ssh from serverB to serverA
- cannot get a login prompt from serverB when attempting to ssh to it from serverA (times out)
have tried:
- turned firewall off on serverB
- ran "/etc/rc.d/init.d/iptables stop"
- added serverA to /etc/hosts file
- from serverA have used
- ssh serverA
- ssh <username>@serverA
- ssh -p 22 <username>@serverA
- ssh <serverB ip address>
- can successfully ssh back to serverA from serverA
- ssh <username>@localhost
- can successfully ssh back to serverB from serverB
- ssh <username>@localhost
What am I missing that would allow serverA to ssh to serverB? Obviously ssh is working on both servers as I can ssh into both of them with putty from a windows PC. They are obviously "talking" since I can ssh FROM server B to serverA. I just can't ssh from serverA to serverB (the new server).
Thank you for whatever advice/suggestions you might have. It's been a number of years since I've worked with Linux/Unix and I know I'm missing something.
Regards,
RonD