You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to completely establish an SSH connection using AWS IoT Secure Tunneling from an external system terminal. The connection stalls after being established and does not proceed to the authentication stage.
For those facing the same issue, I found the solution reading at this reply.
Running the localproxy on the source side with the --destination-client-type V1 parameter solves the issue, allowing SSH connections to work from an external terminal.
Describe the bug
I am unable to completely establish an SSH connection using AWS IoT Secure Tunneling from an external system terminal. The connection stalls after being established and does not proceed to the authentication stage.
To Reproduce
Steps to reproduce the behavior:
sourceAccessToken
and set it as an environment variable:Expected behavior
I expect to be prompted for the root user's password and gain SSH access to the remote device, as I can through the AWS Web Console.
Actual behavior
The SSH connection is established but does not proceed to the authentication stage. The connection stalls after showing "Connection established."
Logs
Local Proxy Logs:
SSH Command Logs:
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: