different ssh settings for different users(solved)

Les Mikesell lesmikesell at gmail.com
Fri Jun 2 19:10:44 UTC 2006


On Fri, 2006-06-02 at 20:05 +0530, Ankush Grover wrote:
> > > When I try to start sshd1 it shows these errors in the logs
> > >
> > > Jun  1 14:59:15 test1 sshd1[4071]: error: Bind to port 22 on
> > > 192.168.1.125 failed: Address already in use.
> > > Jun  1 14:59:15 test1 sshd1[4071]: fatal: Cannot bind any address.
> >
> > Did you change the ports the other ssh daemons run on?  The original ssh
> > daemon is going to take port 22 (default), if it's running too.


> Yes I did added the other ports 3452 and 3453 to the /etc/services and
> also to the sshd_config1 & sshd_config2 files but still the error is
> persisting.

Did you remove all mentions of port 22 in the alternate configurations
(in Port and ListenAddress entries in their config files).  Only
one process can be listening per port.

-- 
  Les Mikesell
   lesmikesell at gmail.com





More information about the fedora-list mailing list