On Tue, Apr 25, 2000 at 09:48:13AM -0500, Ben Segbawu wrote:
> Apr 24 12:45:14 pizza sshd[8175]: error: bind: Address already in use
> Apr 24 12:45:14 pizza sshd[8175]: fatal: Bind to port 22 failed: Error 0.
> Has any seen this before ?

This means that something else is already bound to the port so SSH can't start up.  
The 'ssh -v'
output is typical of a non-SSH daemon on port 22.

You'll have to find out what is taking up port 22, or run sshd on a different port.

(what happens if you do 'telnet server 22'?)

-- 
Randomly Generated Tagline:
Obviously I was either onto something, or on something.
              -- Larry Wall on the creation of Perl

Reply via email to