Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,408 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am not able to ssh to the server ip with port 22
Hello
Thank you for your question and reaching out.
--If the reply is helpful, please Upvote and Accept as answer--
I got a similar issue recently. Here are the summary of my case study. Hope it can give you some ideas.
ssh -vvvv ip
Using the -vvv flag is helpful when troubleshooting SSH connection issues, as it provides a wealth of information that can help pinpoint the problem.telnet server_address port_number
systemctl status sshd
reference :
https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/troubleshoot-ssh-connection
https://www.howtouselinux.com/post/ssh-connect-to-host-port-22-no-route-to-host