1 (edited by cc 2011-03-01 01:02:36)

Topic: cannot connect to openssh-server installed on gparted

hi

I've installed openssh-server:

# dhclient eth0
# apt-get update
# apt-get install openssh-server
# /etc/init.d/ssh restart

on gparted-live-0.7.1-5, but cannot connect using ssh from other linux machines.
What's wrong?

2

Re: cannot connect to openssh-server installed on gparted

Remove the file /etc/hosts.deny.
By default it will block all connections.

Steven.

3

Re: cannot connect to openssh-server installed on gparted

stevenshiau wrote:

Remove the file /etc/hosts.deny.
By default it will block all connections.

Steven.

Thx it works, but why the network will be blocked by default?