When authenticating ssh using this documentation; the following error is returned.
I have tried everything but unable to proceed any further.
ssh_dispatch_run_fatal: Connection to 104.192.142.24 port 22: Operation timed out
Hi Amandeep,
Welcome to the community!
The error message:
ssh_dispatch_run_fatal: Connection to 104.192.142.24 port 22: Operation timed out
suggests that the SSH connection is being blocked or unable to reach Bitbucket Cloud Here are some troubleshooting steps you can try:
1. Check Network Restrictions:
telnet bitbucket.org 22
nc -zv bitbucket.org 22
2. Try SSH over HTTPS (Port 443):
3. Verify SSH Key Setup
ssh -T git@bitbucket.org
4. Check Local SSH Configuration:
ssh -vvv git@bitbucket.org
5. Restart SSH Agent:
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/<YOUR_PRIVATE_KEY_NAME>
Hopefully theses step help you get to the bottom of the issue.
Cheers,
- Phil
Im having a very similar issue. connection refused on that exact same IP address
104.192.142.24
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.