Thursday, February 23, 2017

What is alternate command for telnet to check Connectivity for destination IP and port ?

We can use below command incase telnet is not available

#ssh -v -p <port> <host to connect to>

1 comment: