johndrake
Technical User
- Jul 25, 2002
- 97
Hi All,
I'm having problems accessing an additional port
using SSH. I've modified the /etc/services file and have
added the following:
ssh 22/tcp
ssh 555/tcp
I have also modified the inetd.conf file and have added
the following line to it:
ssh stream tcp nowait root /tools/sbin/sshd sshd -i
Once this was done, I refreshed the subsystem by entering
the command refresh -s inetd.
Within the ssh_config file, their is line that has the
following:
Port 22
Should I add another port here?
Please help.
-Joe
I'm having problems accessing an additional port
using SSH. I've modified the /etc/services file and have
added the following:
ssh 22/tcp
ssh 555/tcp
I have also modified the inetd.conf file and have added
the following line to it:
ssh stream tcp nowait root /tools/sbin/sshd sshd -i
Once this was done, I refreshed the subsystem by entering
the command refresh -s inetd.
Within the ssh_config file, their is line that has the
following:
Port 22
Should I add another port here?
Please help.
-Joe