- Newest
- Most votes
- Most comments
you need to set the right permission to the SSH key you are using like the
chmod +X key.ppm or chmod +X key.pub
or it's equivalent in windows
-
You can use password authentication for SSH tunnels, but you must ensure SSH server settings allow it.
-
Double-check security group rules and network settings.
-
Test by accessing the tunneled port and verify that the HTTP service is running and reachable.
-
If you’re testing an HTTP tunnel (HTTP traffic over SSH), make sure:
HTTP Service: The HTTP service on the target private IP is running and accessible. Local Port Binding: The local port you are using for the tunnel (e.g., localhost:local_port) should be available and not blocked by local firewall rules.
Basel , Deekshitha , thanks for your answers . first , i am using windows ( not linux ) . So how to use a certificate , i guess a with pem file and a fix to it's security settings in windows . i saw something about letting the certificate the correct credentials ?
Relevant content
- asked 5 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago