On Nov 7, 2003, at 12:00 pm, Stephen Liu wrote:



# ssh -l root 192.168.0.2 ssh: connect to host 192.168.0.2 port 22: Connection refused

How to get it connected? Thanks


try to start the ssh daemon on the box you want to connect to: /etc/init.d/sshd start

SSH already started on both boxes.
$ ssh -X [EMAIL PROTECTED]
# ssh -X [EMAIL PROTECTED]
all work on both boxes including starting X server on the same box.

$ sudo grep -i Root /etc/ssh/sshd_config PermitRootLogin no #PermitRootLogin yes

HTH, HAND,

Stroller.


-- [EMAIL PROTECTED] mailing list



Reply via email to