Top "Putty" questions

PuTTY is an open source SSH and Telnet client.

git - Server host key not cached

I try to push changes from my local repo to a remote repo. When I type: git push origin I …

windows git ssh putty plink
Saving the PuTTY session logging

I am using PuTTY for logging in to Solaris/Linux servers. Under Sessions → Logging, we see 'Session Logging' settings. I …

putty
Scp command syntax for copying a folder from local machine to a remote server

I am using putty for copying files from local machine to remote server.My folder is in C:/site can …

linux scp putty
How to download folder from putty using ssh client

how to download folder(contains folder inside folder and files) from putty using ssh client i want download entire Dump …

ssh putty
How to ssh connect through python Paramiko with ppk public key

i'm using Paramiko to connect through ssh to a server. Basic authentication works well, but i can't understand how to …

python ssh putty paramiko public-key
Batch file for PuTTY/PSFTP file transfer automation

I have a batch file for moving file from my local PC to server through SFTP. I have PuTTY installed …

batch-file cmd sftp putty psftp
How to Connect to localhost with SSH(PuTTy)

I just figured how to connect to my webhost with PuTTy . But how to I connect to my localhost? I …

putty
how to paste to vim when using putty

I am using putty to connect a remote host and editing via vim. I meet a trouble when I try …

vim putty paste
Save PuTTY ouput to file from command-line

Is there any way to save the PuTTY output to a file using the command line? I know this is …

command-line putty
How to create SSH tunnel using PuTTY in Windows?

I need to create SSH tunnel with PuTTY in Windows, that would do the same as this command in Linux: …

windows ssh putty ssh-tunnel