Connect Using SSH From Google Chrome Using This Add-on

Secure Shell by Google is a Chrome add-on that can be used to directly connect to remote systems using SSH. It is an SSH and SFTP client like Putty except that it directly runs from within the Google Chrome browser and can also be used offline.

Download and install it from here.

Secure Shell Chrome add-on page

Once installed, click on the add-on icon next to the address bar to begin.

Secure Shell add-on icon in Chrome

There will initially be two choices: Connection Dialog and Options.

connecting using Secure Shell add-on in Chrome

To create a new connection, click on Connection Dialog. This will bring up an input window. Enter the user name and IP/host details of the remote system to which SSH access is needed.

connection dialog box for ssh credentials in Secure Shell Chrome add-on

If the SSH connection uses a different port than the standard port 22, enter that in the port details.

connecting to remote server using Secure Shell add-on in Chrome

Then click on Connect or hit Enter.

A new window will open up and the SSH connection will be negotiated. Enter the details and login.

logging in using Secure Shell add-on in Chrome

managing remote server via SSH using Secure Shell Chrome add-on

Also, if you’d like to open connect as a new tab rather than a new window, press the Ctrl key and then click Connection Dialog. This will open a new tab through which you can connect.

Besides that, you can also connect using Secure FTP (SFTP). Enter those credentials and click on SFTP at the bottom to open a connection.

connecting via SFTP using Secure Shell Chrome add-on

SFTP login access using Secure Shell add-on

Previously accessed connections will automatically be stored and can be directly accessed by clicking the add-on icon. So there is no need to enter the user name and host details for subsequent SSH connections for the same host.

history of previous SSH sessions stored in Secure Shell Chrome add-on

Simply click the required connection and then enter the password to log in.

To change how the background color and other settings appear, click on the add-on icon and select Options.

accessing Secure Shell add-on options

Then change these settings in the default profile or make a new one.

Configuring Secure Shell add-on options

The preview window will change depending on the changes selected.

You can also save these profile settings by exporting them as a JSON file. From the options page, click on Save Backup.

saving and restoring profile settings for Secure Shell Chrome add-on

This can later be restored anytime by choosing Restore Backup.

This is a useful remote management add-on for SSH and you can use it from anywhere.

Happy connecting.

Comments are closed.