Hi
Is it possible to run multiple instances of sshd on different ports (or for that matter a single instance on different ports)?
Have any of you had experience doing so, and is there anything I should be particularly careful about?
Regards,
Dave
On Sat, May 20, 2006 at 02:46:01AM -0700, David Noble wrote:
Is it possible to run multiple instances of sshd on different ports (or for that matter a single instance on different ports)?
Have any of you had experience doing so, and is there anything I should be particularly careful about?
Use multiple ListenAddress options in /etc/ssh/sshd_config. I do this and haven't had any issues with it.
J.