Passing ssh host from browser
See original GitHub issueHi,
Is there any way we can pass the ssh-host
from the browser? Looks like there was an option earlier as mentioned in this issue, but it doesn’t seem to be working for most of the users now.
Any guidance is much appreciated. Thanks
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
SSH-in-browser | Compute Engine Documentation
Click Open in browser window using provided private SSH key. The SSH-in-browser window opens. Click Connect with SSH key file and choose the...
Read more >SSH from a Web Browser Tutorial Online - YouTube
Video showing how you can use your browser (chrome in our case) to do SSH to remote machines without using terminal. Using a...
Read more >SSH Essentials: Working with SSH Servers, Clients, and Keys
If your username is different on the remoter server, you need to pass the remote user's name like this: ssh username @ remote_host....
Read more >access webpage through ssh - localhost - Ask Ubuntu
First Method: Launch an SSH tunnel. To initiate your SSH tunnel, simply open terminal and connect to your remote server via SSH with...
Read more >Opening Browser in remote machine through ssh - Super User
On Server side ( or in my machine) i have a script which looks like this #!/bin/bash ssh client@IP_ADDRESS "nohup sh openBrowser.sh $1"...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Version 2.2.0 has a flag
--allow-remote-hosts
which will support thisThank you so much!