johndrake
Technical User
- Jul 25, 2002
- 97
Hi All,
I have the following two lines in my inetd.conf file:
ssh stream tcp nowait root /tools/sbin/sshd sshd -i -p 22
ssh2 stream tcp nowait root /tools/sbin/sshd sshd -i -p 443
When the node came up, only one instance of ssh was started,
and this was the instance for the default port 22. It seems
as if the second instance if ssh did not start. What would
I need to do in order to ensure that both instances of
ssh are started.
-Joe
I have the following two lines in my inetd.conf file:
ssh stream tcp nowait root /tools/sbin/sshd sshd -i -p 22
ssh2 stream tcp nowait root /tools/sbin/sshd sshd -i -p 443
When the node came up, only one instance of ssh was started,
and this was the instance for the default port 22. It seems
as if the second instance if ssh did not start. What would
I need to do in order to ensure that both instances of
ssh are started.
-Joe