Top "Putty" questions

PuTTY is an open source SSH and Telnet client.

Linux Terminal: typing feedback gone, line breaks not displayed

From time to time I have to run a command-line tool (a Python script) whose output seems to break my …

linux bash terminal putty gnome-terminal
Bind Ctrl+Tab and Ctrl+Shift+Tab in tmux

I'm trying to a get a ctrl+tab and ctrl+shift+tab binding to work inside of a tmux session (…

linux putty tmux xterm gentoo
Commandline overwrites itself when the commands get too long

I'm using PuTTY to log into a Debian server. I have this odd problem that when a command I'm typing …

linux debian putty
Why is the "Load putty key" field in TortoiseGit disabled?

I would like to connect to my repository using an SSH key instead of a username & password. However when …

git putty ssh-keys tortoisegit
Transfer files from Linux to Windows using pscp or some other tool

Problem Statement- I want to copy some files from remote machine (linux) to my windows machine. I know I can …

putty pscp
ssh_init: Network error: Cannot assign requested address

I am trying to set up a connection and transfer files using putty on a windows 10 platform. I have verified …

deployment putty file-transfer
convert .pem to .ppk on macos

There are lots of SO posts on this topic but most of them are for Windows and use the GUI. …

linux putty private-key pem key-pair
Specifying private key on PuTTY command-line

I know there are simple commands to login to remote machine through VBA i.e. by specifying User@hostname and …

ssh command-line putty private-key
PuTTY command line automate serial commands from file

I am trying to connect to a serial port and send a series of commands from a file. Firstly I …

batch-file serial-port command-line-interface putty plink
Using Plink (PuTTy) to SSH through Python

I am trying to write a python script that will SSH to a server and execute a command. I am …

python ssh putty plink subprocess