Difference between revisions of "Install OpenSSH on Windows"

From Brian Nelson Ramblings
Jump to: navigation, search
(Created page with "==Install OpenSSH for Windows== Do have a windows computer that needs access to ssh? Did you know that you can install OpenSSH for your windows machine that will allow you t...")
 
(Install OpenSSH for Windows)
 
Line 12: Line 12:
  
 
Once your done, open up your command line and type in ssh.
 
Once your done, open up your command line and type in ssh.
 +
 +
[[File:Ssh-windows-7.png|alt ssh windows 7]]
 +
 +
===Additional Articles:===
 +
 +
[[Setup a SSH Tunnel for Secure Browsing]]

Latest revision as of 00:02, 2 November 2013

Install OpenSSH for Windows

Do have a windows computer that needs access to ssh? Did you know that you can install OpenSSH for your windows machine that will allow you to ssh into your remote system.

First you will want to download the following from sourceforge.net

http://sourceforge.net/projects/sshwindows/files/latest/download?source=files

Run the setup.exe program

Now since I do not need others to connect to my personal computer, I only installed the client. I did not need to install the server.

Once your done, open up your command line and type in ssh.

alt ssh windows 7

Additional Articles:

Setup a SSH Tunnel for Secure Browsing