Dear friends, i setup a cluster with opensuse12.3. i have set the public ip of the first node.
i can ping the first node successfully at a remote computer, but i can not ssh the same ip.
it gives me the following error.
connect to host ... port 22: Connection timed out
could you please gives me some sugestions.
On 9/10/2013 12:46 AM, ztdep wrote:
>
> Dear friends, i setup a cluster with opensuse12.3. i have set the public
> ip of the first node.
> i can ping the first node successfully at a remote computer, but i can
> not ssh the same ip.
> it gives me the following error.
> connect to host ... port 22: Connection timed out
> could you please gives me some sugestions.
>
>
ztdep;
Firewall? Have you used YaST to set ssh as an allowed service? (YaST > Security and Users > Firewall > Allowed Services)
P.V.
“We’re all in this together, I’m pulling for you” Red Green
Plus check whether the ssh daemon is running
systemctl status sshd.service
ssh service needs to be added into the list of allowed services under security and users>firewall>allowed services
thanks for the info…