How do you set up ssh to run via inetd on a separate port?
- W
Simon Burge wrote:
> George McConnell wrote:
>
> > does anyone have any thoughts on whether sshd should be run from inetd.conf
> > of as a stand alone server?
>
> One idea I saw here and now use to to run _both_. I run ssh in
> standalone mode listening on port 22 as per normal, and out of inetd on
> another port just in case the standalone one dies. This is for piece
> of mind - I've never actually had the standalone die yet, but I sleep
> better at night...
>
> Simon.