I'm using the cntlm proxy and I'm trying to push code to Bitbucket. I have no issue with GitHub, but with Bitbucket I have the following error:
(443)
ssh: connect to host altssh.bitbucket.org port 443: Network is unreacheable
(22)
ssh: connect to host altssh.bitbucket.org port 22: Network is unreacheable
I tried to modify the .ssh/config
file by modifying the host
and port
attributes, but it does not work.
Right now, my config file is:
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
#AddressFamily inet
I tried all the combinations with the AddressFamily
attribute.