On Thu, Jul 12, 2001 at 10:10:34AM +0200, Jean Richelle wrote:
> Thank you Dave, Benoit, Clemens, Lutz,
> 
> OK I locate the problem, but ...
> 
> Now the ssh binary is suid for root (it wasn't), but this didn't 
> change nothing, the sshd in debug mode still reports a connection to 
> an unpriviliged port.

s/to/from/

> As far as I know, my machine isn't behind a firewall, and should it 
> do something as I'm trying to connect locallly (to localhost).

you need to enable privilged ports in the client.

ssh -o 'useprivilegedports yes' host

did you enable the requested methods in the client?

Reply via email to