Re: starting ssh from inetd
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 05/21/04
- Previous message: Darren Tucker: "Re: SSH key problem"
- In reply to: Bryce Goodwin: "starting ssh from inetd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 May 2004 01:56:39 +0000 (UTC)
In article <c8j5k8$eduk$1@acs2.byu.edu>,
Bryce Goodwin <NOSPAMbryce2000@byu.edu> wrote:
>I would like to start ssh from inetd, I have not found the fomula, I setup
>ssh on port 22 in the services file, and setup ssh in the inetd.conf file
>but I assume the inetd.conf settings are wrong, what are they? Thanks
ssh stream tcp nowait root /usr/local/sbin/sshd sshd -i
This will be relatively slow (although you can speed it up a lot by
disabling SSHv1 protocol support because sshd won't have to generate
an ephemeral server key for each connection).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: Darren Tucker: "Re: SSH key problem"
- In reply to: Bryce Goodwin: "starting ssh from inetd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|