Following the documentation: https://learn.microsoft.com/en-us/azure/app-service/configure-linux-open-ssh-session#open-ssh-session-in-browser I get an error right after I go to the link https://<app-name>.scm.azurewebsites.net/webssh/host
and it does not try to authenticate with my credentials. I get:
SSH CONNECTION CLOSE - Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect ECONNREFUSED 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222Error: connect EHOSTUNREACH 172.16.1.2:2222 CREDENTIALS
How can I resolve this? I want to adjust some things in our app manually.