I recently setup a Sles11sp1 server on a VM session. The problem is I cannot SSH to it. The server has network connectivity. I can ping the gateway. I can ssh to other servers on the same subnet. I checked SSHD and it is running. The server is listening on port22. Remote Administration is turned on. Any suggestions?
Is the firewall allowing connections to TCP 22? A service may listen,
but the kernel does not need to allow packets to arrive. From another
Linux box try this to test connectivity to the SSH service on your
broken box:
netcat -zv broken.box.goes.here 22
Post the output. We’re looking for it to say ‘open’ in which case the
next step may be to get debugging output from an SSH client:
Hi
Check the firewall (via YaST) and ensure the sshd server port is open.
Else add some verboseness to you ssh command and post the output around
code tags (remove any sensitive data…)
ssh -vv username@host
–
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 3.0.31-0.9-default
up 1 day 10:01, 3 users, load average: 0.20, 0.20, 0.22
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
On 14/06/2012 14:04, sjfast911 wrote:
[color=blue]
I recently setup a Sles11sp1 server on a VM session. The problem is I
cannot SSH to it. The server has network connectivity. I can ping the
gateway. I can ssh to other servers on the same subnet. I checked SSHD
and it is running. The server is listening on port22. Remote
Administration is turned on. Any suggestions?[/color]
Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partner (TTP) program. See TTP Organization | Micro Focus for more details.
Well I guess there is more than one place to turn off the firewall. Cause I checked the area where you turn on/off Remote Administration and there is an option in that area to turn off the firewall. It said disabled. But afer reading his suggestion and looking at the documentation I did a search for Firewall in Yast. Which it was not turned off. So I turned it off. Now I know what to check for.
On 15/06/2012 16:44, sjfast911 wrote:
[color=blue]
Well I guess there is more than one place to turn off the firewall.
Cause I checked the area where you turn on/off Remote Administration and
there is an option in that area to turn off the firewall. It said
disabled. But afer reading his suggestion and looking at the
documentation I did a search for Firewall in Yast. Which it was not
turned off. So I turned it off. Now I know what to check for.[/color]