The CreatorCon Call for Content is officially open! Get started here.

leonid_suslov
ServiceNow Employee
ServiceNow Employee

Ever faced the problem of having a non-standard port numbers for SSH or mixture of ports for SSH

In this post, I'm going to brief about how to configure the mid server to accommodate the discovery needs to operate with a mixture of ports.

Let us jump into the two simple steps to configure the mid-server.

First, you need to add the following property mid.sa.ssh.port to the mid-server properties

Second, add the required, comma separated ports to the Value field, for instance: 22,33,2222

find_real_file.png

find_real_file.png

So, there we have it. A single property entry to cater the multiple SSH ports that might be using.

3 Comments