Top "Putty" questions

PuTTY is an open source SSH and Telnet client.

How to export/import PuTTy sessions list?

Is there a way to do this? Or I have to take manually every record from Registry?

windows registry putty
How to convert SSH keypairs generated using PuTTYgen (Windows) into key-pairs used by ssh-agent and Keychain (Linux)

I've generated key pairs using PuTTYgen and been logging in using Pageant, so that I have to enter my pass-phrase …

git putty keychain ssh-keys pageant
Using putty to scp from windows to Linux

I'm trying to test some C code that I'm writing. The only issue is that the code needs to be …

linux windows ssh putty scp
Convert PEM to PPK file format

Is there a way to convert PEM files to PPK files? (you may guess that Amazon EC2 gives me a …

ssh putty pem
How to download a file from my server using SSH (using PuTTY on Windows)

When I try downloading a file from my server onto my computer, it actually downloads the file onto the server. (…

windows ssh download putty scp
Transfer files to/from session I'm logged in with PuTTY

I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to …

sftp file-transfer putty scp
Automating running command on Linux from Windows using PuTTY

I have a scenario where I need to run a linux shell command frequently (with different filenames) from windows. I …

linux windows automation putty
Putty: Getting Server refused our key Error

I created key pair using puttygen.exe (client is windows 8). On server (Ubuntu 12.04.3 LTS), I have put my public key …

ssh putty
How can I copy a file from a remote server to using Putty in Windows?

How do I copy a file from a remote server to my local Windows system using a Putty session?

windows putty pscp
How to best display in Terminal a MySQL SELECT returning too many fields?

I'm using PuTTY to run: mysql> SELECT * FROM sometable; sometable has many fields and this results in many columns …

mysql command-line select putty