Sunday 31 July 2016

SSH to a Linux machine from chrome browser

Yes, it's possible. We can in fact login to a linux server from a browser using ssh.

Open up a chrome browser & in the chrome web store search for secure shell.


Click on 'add to chrome' this will download the app.
Once the download completes it'll open up a new tab in the browser & you'll be to see the ssh app in the apps section.


Now just click on the secure shell icon & it will launch a window where you can enter your username & hostname of the system you'd like to log in to.


And that's it! Press enter you'll be prompted for the password & you are logged in !



No comments:

Post a Comment

Using capture groups in grep in Linux

Introduction Let me start by saying that this article isn't about capture groups in grep per se. What we are going to do here with gr...