```7th-street@7th-Street ~ % ssh -i /Users/7th-str...
# ask-community-for-troubleshooting
c
Copy code
7th-street@7th-Street ~ % ssh -i /Users/7th-street/.ssh/airbyte-key.pem -L 8000:localhost:8000 -N -f <mailto:ec2-user@c2-18-170-227-242.eu-west-2.compute.amazonaws.com|ec2-user@c2-18-170-227-242.eu-west-2.compute.amazonaws.com>
ssh: Could not resolve hostname <http://c2-18-170-227-242.eu-west-2.compute.amazonaws.com|c2-18-170-227-242.eu-west-2.compute.amazonaws.com>: nodename nor servname provided, or not known
1
j
“Could not resolve hostname” means your network DNS does not know how to look up that amazon server name, or that your network is blocking your connection. Check with your company’s network or IT folks.
c
We are still a small startup, I don’t any have IT Folks 😞
j
You can use the instance ip address, not the domain and it should work
👍 1
c
It works, thanks a lot 🙂