Re: Multiple sshd instances
- From: syscjm@xxxxxxxxxxxxxxxxxx (Chris Mattern)
- Date: Tue, 07 Nov 2006 19:52:28 -0000
In article <2%14h.918$Es5.130@trnddc07>, Chuck wrote:
Jim wrote:
Hello,
I am trying to automate pushing code from dev to prod. I currently
have sshd running with password auth and I cannot interrupt that
service. My initial thought was to setup another sshd instance with
key auth only to automate pushing code live. Is this possible? If so,
are there any good docs online that could help with this? Are there
any better solutions?
I am running the latest RHEL with all of the latest patches, etc...
Thank you in advance.
Jim
Why cant you just change the config file and restart sshd? Existing
connections should not be affected as they are separate processes.
That is true. You can also just start *another* sshd with it's
own config file. There's no rule that you can't have two sshds
running at once, only that they can't listen on the same port,
and you can set what port they listen on in the config file,
which in turn can be specified on the sshd command line.
--
Christopher Mattern
"Which one you figure tracked us?"
"The ugly one, sir."
"...Could you be more specific?"
.
- References:
- Multiple sshd instances
- From: Jim
- Re: Multiple sshd instances
- From: Chuck
- Multiple sshd instances
- Prev by Date: Re: Access SSH server via HTTP proxy
- Next by Date: Re: Using ssh tunnel created by PuTTy within PuTTy doesn't work
- Previous by thread: Re: Multiple sshd instances
- Next by thread: chroot SFTP ONLY
- Index(es):
Relevant Pages
|
|