Hi,
For this problem, we may consider the following:
1, At Linux side, the hostname and domain name in the certificate should match the one in step above. Also, the
hostname of Linux computer should match either.
use the following command to check the certificate:
openssl x509 -noout -in /etc/opt/microsoft/scx/ssl/scx.pem -subject -issuer -dates
If it is incorrect, we can change it via the following command:
/opt/microsoft/scx/bin/tools/scxsslconfig -f -h <hostname> -d <domain.name>
2, make sure port 1270 and SSH port (22 by default or user-defined) of Linux computer is open
Hope the above information helps.
Regards,
Alex Zhu
-----------------------------------------------
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.