Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Use two ssh ports at the same time' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Use two ssh ports at the same time
Authored by: wsdr on Nov 10, '06 07:29:11AM

Ooops, typo. In this:

2) added /etc/xinetd.d/sshd (modified copy from ssh)
service ssh
{
disable = no
socket_type = stream



Change "service ssh" to "service sshd"



[ Reply to This | # ]