SSH Problem with Azure

Hi, I'm using OpenWrt for 1 years. I'm a developer in a company and we are using Azure. We clone repos with ssh keys. I have a problem with ssh thing. When I tried to git pull or another git command I got timeout all time.

ssh: connect to host ssh.dev.azure.com port 22: Operation timed out

This problem only when I connect with my wifi(installed OpenWrt). When I try with my hotspot or another wifi its working. So I don't have any thoughts why this happening. What I do wrong? Thank you :raised_hands:

Do you have things like adblock or banip installed, with blocklists that may cover the domain in question?

I added whitelist for adblock, but it's same. Even I tried to remove all blocklist but I think it's not about adblock

Does the name resolve to the same IP with and without OpenWrt? Have you tried to use SSH in verbose mode, and compare the connection messages?

2 Likes

When I tried in verbose mode, it's logging like this and timeout again.

Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling

Could you share how mtr command looks like? Does it work when you use different ISP like via mobile network?

1 Like

Hi, sorry for late reply. I changed my connection type for Azure. Now I'm using HTTPS instead SSH. I don't know the problem still. So thank you guys for your helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.