SSHD Status (non-standard port)

I’m using SSH on a non-standard port. I have the port configured correctly in SIM. I am able to connect and use SSH. However, NodeWorx is telling me that the service is stopped.

:slight_smile:

Are you running v.3.0? If so, InterWorx should be checking the appropriate port. Prior to 3.0, it was hardcoded to check port 22 on localhost. If you are running 3.0, open a ticket, and we’ll peek.

Thanks,
Socheat

I am running version 3.0.1. I have opened the ticket, thanks.

They have fixed this. SSHD config had to have the following line added:

ListenAddress 127.0.0.1

:o