Hello,
I tried to do a ssh pull/push from my bitbucket repo, but I got
git push origin master
ssh: connect to host bitbucket.org port 22: Network is unreachable fatal: Could not read from remote repository.
Please make sure you have the correct access rights
Also,
ping -c 5 bitbucket.org
PING bitbucket.org (18.205.93.2) 56(84) bytes of data. From ip-10-0-0-78.ec2.internal (10.0.0.78) icmp_seq=1 Destination Port Unreachable From ip-10-0-0-78.ec2.internal (10.0.0.78) icmp_seq=1 Destination Port Unreachable From ip-10-0-0-78.ec2.internal (10.0.0.78) icmp_seq=1 Destination Port Unreachable From ip-10-0-0-78.ec2.internal (10.0.0.78) icmp_seq=1 Destination Port Unreachable From ip-10-0-0-78.ec2.internal (10.0.0.78) icmp_seq=1 Destination Port Unreachable--- bitbucket.org ping statistics --- 0 packets transmitted, 0 received, +5 errors
The https:// way works fine, but I need to use ssh to push/commit without entering password. I thought bitbucket was whitelisted?