How to use Putty to connect via SSH

In earlier posts,I had shown how Windows Vista can be setup as a SSH server. Now,let’s see how we connect using ssh to this configured server. For this,any ssh client will do,Putty is highly recommended and it is free. Get the entire pack of Putty for Windows which supports most of the connection types from …

How to configure Windows Vista as ssh server – part 1

Setting up any system as a server requires two things : 1.Installing the particular service on system 2.Configuring the service post installation so that the system acts as server. SSH (secure shell)is a remote login protocol that encrypts data between communicating machines.It is originally used in Unix machines but we can use the same on …