Re: What is the correct procedure to config sshd service? On 5月6日, 上午4时00分, whitemice <adamtaunowilli...@gmail.com> wrote:
> On May 6, 6:44 am, mike-yue <needpass...@gmail.com> wrote:
>
> > My suse is Opensuse10.0
> > My client box is Windows server 2003, the ssh tunnel is putty.
> > from the windows side, the suse is ping-able, but ssh connection can't
> > be estabilished. The putty gave message "Network error: Connection
> > timed out".
> > from the suse side, the windows is NOT ping-able. I tried ssh from
> > suse to itself, both root and other users work fine.
> > The suse network adapter works fine, I can access internet with
> > firefox without any problem.
> > The windows network is working without problem.
> > Can someone give me some hits?
> > (I've set the PasswordAuthentication to yes in /etc/ssh/sshd_config;
> > The Protocol set to 2.)
>
> Open the SSH port on the firewall of your SuSE box; and make sure the
> service is enabled (chkconfig sshd on; service sshd start)
port 22 is opened, and sshd is running.
from suse side, ssh root@127.0.0.1 is working fine; ssh
mike@192.168.0.3 also works. so it is neither an issue of the port,
nor the sshd daemon. |