You've bound it to the localhost interface on port 23 not your external interface on 
port 23. You need to bind it to your 192.168.x.x address.

Ric



---------- Original Message ----------------------------------
From: David Obwaller <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date:  Tue, 10 Feb 2004 16:41:05 +0100

>* Arne Vogel <[EMAIL PROTECTED]> [02/10/04]:
>> Do "man sshd_config" and look for ListenAddress. Adjust /etc/ssh/sshd_config
>> accordingly and start/restart sshd.
>
>I've now put 'Port 23' and 'ListenAdress localhost:23' into sshd_config.
>When I do 'ssh -p 23 127.0.0.1' I can connect to my local sshd, but
>when I use putty to log in from another computer connected to network,
>telling it to connect to 192.168.1.1 (my local ip) at port 23 with ssh
>protocoll it doesn't work. It says 'connection refused'. Leaving the
>sshd config alone and connecting via port 22 works perfect.
>I don't have a firewall set up. I'm I doing something wrong with
>configuring sshd?
>
>David
>
>
>--
>[EMAIL PROTECTED] mailing list
>
>
 

 

--
[EMAIL PROTECTED] mailing list

Reply via email to