If you managing routers,switches and linux machines than it really makes sense to install a SSH daemon on your Windows machines. I installed freeSSHd daemon which is free on couple of my Windows Server 2008 machines. See my log below:

What is freeSSHD?

freeSSHd, like it’s name says, is a free implementation of an SSH server. It provides strong encryption and authentication over insecure networks like Internet. Users can open remote console or even access their remote files thanks to buit-in SFTP server.

Current version: 1.2.1

Go to http://www.freesshd.com/index.php?ctt=download and download the latest version of freeSshD deamon.

Run and allow the setup file.

image

Click Next, Next, Next, Next and Install. Click Yes to generate the private keys.

image 

Click Yes to run the freeSshD as system service.

Click Finish to close the installation wizard.

image

Open FreeSSHd shortcut on the desktop. FreeSSHd will start and new icon will appear on the right side of the taskbar. Right-click and choose settings.

image

Click here to start it for SSH server.

Start putty or add mRemote SSH connection to your Windows Server:

image

PS: don’t expect too much on the performance as you would connect to a linux based SSH server; for example you can’t scroll uo;-( At least there is a remote shell and you can securely transfer files from Internet to it.