See how to install PuTTY and use PuTTY
If you want a Windows command-line SSH tool built by Microsoft built into your operating system, you're in luck.
Windows PowerShell has gradually replaced the position of the Windows Command Prompt application since it was introduced in Windows 7. Recently, support for OpenSSH has been added, you can combine in PowerShell as follows:
With OpenSSH added, you can use it by opening Windows PowerShell (right-click Start> PowerShell ) and enter the connection command. For example:
ssh username@192.1.1.10
You will be prompted for a password. Please enter the password and agree to the security certificate.
Google provides an SSH client called Secure Shell App , which can be added to the Chrome browser. Just install the Secure Shell application from the Chrome Web Store. Although it runs in Chrome browser, it runs completely offline so you don't need Internet access to use it. Therefore, this tool works well with devices on the local network as well as with remote servers.
The Secure Shell App opens as a browser tab. Just enter the login and hostname (IP address) of the remote SSH server. You can also combine additional SSH command line arguments, if needed.
Like other Chrome web applications, Secure Shell App can be opened in a dedicated window to separate this application from the main browser.
Because Secure Shell is a Chrome web application, it is also available for macOS, Linux and even Chrome OS.
Download Secure Shell App for Google Chrome
https://chrome.google.com/webstore/detail/secure-shell-app/pnhechapfaindjhompbnflcldabbghjo
If you regularly use standard SSH commands on Linux, macOS and other similar UNIX systems, Cygwin has SSH support.
If you're new to SSH, you might want to use a graphical option like PuTTY. However, if you have any experience with command line operation, you will see that OpenSSH in Cygwin works just like on other platforms.
Cygwin is a great installation package, so you may just want to install OpenSSH. To do this, run the downloaded installer and when prompted to select a package, look for OpenSSH. Expand Net and in the New column , click Skip so it displays the version to download.
Click Next to continue, review the packages to be installed, and then click Next again.
After the installation process has finished, launch the Cygwin application in Terminal from the Start menu. To start an SSH connection, use the same ssh command that you already run on Linux and other UNIX-like operating systems.
While a good solution, Cygwin can be difficult to set up.
Download Cygwin (Free)
http://cygwin.com/setup-x86.exe
Typically, the main reason when using SSH to communicate with remote devices is to upload files. Typically, this is because you are managing a web server and want to upload a web application (e.g. WordPress).
FileZilla is an open source FTP (File Transfer Protocol) tool with support for SFTP (SSH File Transfer Protocol). Obviously, this makes FTP transmission a lot safer.
To use SSH in FileZilla :,
File transfer will now be done via SSH.
Download FileZilla (Free)
https://filezilla-project.org/download.php?platform=win64