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
There is no mention on how to login to Amazon to enter credentials on a headless machine without an installed desktop and browser. I'm answering the question to aid future users.
From the host, open a command-line (linux in my case) & execute:
ssh -L 3456:localhost:3456 user@remotemachine
After logging in, browse to localhost:3456 in your local browser to enter your Amazon credentials.
That said, thanks & I appreciate you writing the node.
The text was updated successfully, but these errors were encountered:
There is no mention on how to login to Amazon to enter credentials on a headless machine without an installed desktop and browser. I'm answering the question to aid future users.
From the host, open a command-line (linux in my case) & execute:
ssh -L 3456:localhost:3456 user@remotemachine
After logging in, browse to localhost:3456 in your local browser to enter your Amazon credentials.
That said, thanks & I appreciate you writing the node.
The text was updated successfully, but these errors were encountered: