Tag Archives: Putty

Secure file transfer from Windows to Linux using RSA key

PSCP is a command line application which is a free implementation  of scp for win 32 platform  . This tool is used for securely copying between computer systems. It uses the SSH (secure shell) protocol, which makes it impossible for other people on the network to snoop on your password or on the data you are transferring. PSCP can run …

Read More »

Open Source SSH Connection Manager

Since the time i started to work on Ubuntu ( feels good that i left windows) i was searching for an application which works likes ( at least in close proximity) Putty connection manager. After a lot of search i came across an application called Gnome Connection Manager. It is a tabbed ssh connection manager for GTK+ environments. It has …

Read More »

SSH windows server with copssh – OpenSSH

Copssh is an ssh server for windows operating systems, this application is based on Openssh and cygwin. OpenSSH is a free solution for SSH server. And Cygwin is a Linux-like environment for Windows, cygwin1.dll is giving the functionality of Linux. By implementing copssh we can access our windows servers in a secure way.

Read More »

Enable database encryption on PuTTY Connection Manager

PuTTY Connection Manager is a free PuTTY Client Add-on. It can store sensitive information’s like IP address username and passwords of our Servers and Network switches. We can save even commands and scripts in the Connection manager database. Once a connection create and save in the database anyone can access that server without user id and password. It is not …

Read More »

Use Putty for command lines

PuTTY is a client program for the SSH, Telnet and Rlogin network protocols. its help to access remote servers like Linux unix using SSH. and telnet feture will help you to access routers and other ssh/telnet clients. Putty allso support SSH2. it is a better replacement for windows hyper terminal. Putty is must tool for a IT professionals. Try PuTTy. …

Read More »