different ssh settings for different users(solved)

Les Mikesell lesmikesell at gmail.com
Sat Jun 3 18:19:46 UTC 2006


On Sat, 2006-06-03 at 01:24, Ankush Grover wrote:
> >
> > 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.
> >
> 
> 
> 
> The entries are like this
> 
> sshd_config
> 
> Port 22
> ListenAddress  192.168.1.125
> 
> 
> sshd_config1
> 
> Port 3452
> ListenAddress  192.168.1.125
> 
> sshd_config2
> 
> Port 3453
> ListenAddress  192.168.1.125
> 

Can you start the 3 instances yourself using the command
line instead of the init script?  If so, your script
changes aren't doing what you expect to use the right
config files. 

-- 
  Les Mikesell
    lesmikesell at gmail.com





More information about the fedora-list mailing list