Re: [CentOS] Running two sshd's

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]




Gilles CHAUVIN wrote:
Hi all,

I'm wondering whether it is feasible or not to run two distinct
sshd

You could also run it via xinetd

and in each xinedt "sshd-1 sshd-2" specify the config files to use with the -f option

for instance

service ssh
{
       log_on_failure = ATTEMPT HOST
       listen = 0.0.0.0
       port = 22
       socket_type = stream
       user = root
       server = /usr/sbin/sshd -f <configfile>
       server_args = -i
       wait = no
       instances = 5
       cps = 2 30
}

hth
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux