Questions tagged [putty]

PuTTY is an open source SSH and Telnet client. Use this tag only if your question relates to *programming* PuTTY or using PuTTY-based APIs. Questions relating to using or troubleshooting PuTTY usage are off-topic.

PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.

Do not attach this tag to questions simply because you are using PuTTY to connect to a server. Indeed, unless you are developing software based on PuTTY, this tag is, probably, not appropriate. Questions about using PuTTY will generally belong to Super User.

Some features of PuTTY are:

  1. The storing of hosts and preferences for later use.

  2. Control over the SSH encryption key and protocol version.

  3. Command-line SCP and SFTP clients, called "pscp" and "psftp" respectively.

  4. Control over port forwarding with SSH (local, remote or dynamic port forwarding), including built-in handling of X11 forwarding.

  5. Emulates most xterm, VT102 control sequences, as well as much of ECMA-48 terminal emulation IPv6 support.

  6. Supports 3DES, AES, Arcfour, Blowfish, DES.

  7. Public-key authentication support (no certificate support).

  8. Support for local serial port connections.

  9. Self-contained executable requires no installation.

  10. Supports the zlib@openssh.com delayed compression scheme.

Resources:

  1. tagged PuTTY on Unix & Linux
  2. tagged PuTTY on SuperUser
  3. tagged PuTTY on Ask Ubuntu
  4. tagged PuTTY on Server Fault
2171 questions
68
votes
8 answers

Import and insert sql.gz file into database with putty

I want to insert a sql.gz file into my database with SSH. What should I do? For example I have a database from telephone numbers that name is numbers.sql.gz, what is this type of file and how can I import this file into my database?
babak faghihian
  • 1,139
  • 2
  • 13
  • 24
67
votes
2 answers

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 terminal. After the execution is finished, the typing feedback is gone (I can't see what I'm typing), and also line breaks are not displayed. This…
E.Z.
  • 5,663
  • 7
  • 38
  • 60
65
votes
17 answers

Google server putty connect 'Disconnected: No supported authentication methods available (server sent: publickey)

I'm trying to connect to my Debian Google Compute Engine server through PuTTy (I've tried other alternatives too) but when I do I get the error "Disconnected: No supported authentication methods available (server sent: publickey) The google server…
64
votes
1 answer

what is the difference between various keys in public key encryption

I am confused between various keys used in encryption. Amazon gave me key.pem In linux i generate keys like id_rsa and id_rsa.pub Now putty used key like key.ppk I am really confused what type of key is used where
user22
  • 1,019
  • 2
  • 12
  • 14
63
votes
4 answers

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 connect with public key. When i connect with putty, the server tell me this: Using username "root". Authenticating with public key…
apelliciari
  • 7,321
  • 7
  • 53
  • 89
63
votes
3 answers

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 executed on a remote machine. My laptop is pretty old, and there is no driver for my wireless card available for Ubuntu, so booting into Linux to…
Chris Phillips
  • 1,484
  • 2
  • 14
  • 26
61
votes
6 answers

Git Bash and Pageant are not using keys

I've got Git for Windows (configured for MinTTY and PuTTY\plink.exe) and PuTTY installed, and I am trying to get it to work with a Bitbucket repository. I've got my SSH key loaded, in Pageant and on the website, and yet whenever I attempt to do…
Dissident Rage
  • 2,236
  • 1
  • 20
  • 30
55
votes
3 answers

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 that the default port in putty is 22. When I run the command in the command line to connect and transfer files though I get the above…
user12799293
54
votes
1 answer

How to send characters in PuTTY serial communication only when pressing enter?

I am trying to use PuTTY to communicate over my computer's serial line. I have configured the correct serial line, baud rate, number of data bits, stop bits, parity, and flow control, and established the connection. When I click OK to open the…
tushark
  • 701
  • 1
  • 7
  • 10
50
votes
4 answers

Create a PEM from a PPK file

So there are plenty of tutorials on how to convert a PEM to a PPK using puttyGen. However my issue is that my windows machine had the only PEM copy and I converted it into a PPK and deleted it. Now I need to figure out how to convert a PPK into a…
CMOS
  • 2,425
  • 4
  • 39
  • 69
50
votes
1 answer

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 (I'm also using PuTTY). I already went through the pains of having to recompile PuTTY so it would send ctrl and shift correctly. After using ctrl+v, and I'm…
dook
  • 973
  • 1
  • 10
  • 26
49
votes
19 answers

AWS - Disconnected : No supported authentication methods available (server sent :publickey)

SSH to my AWS server just broke for both Putty and Filezilla. I'm making some effort for this post to be a comprehensive troubleshooting list, so if you share links to other stack overflow pages, I'll edit them into the question. Disconnected : No…
AvadData
  • 620
  • 1
  • 5
  • 8
45
votes
1 answer

Vim incremental search

I'm using putty on a Linux machine. My usual method for searching in vi is entering the slash /, then my search string, enter, then go through all the matches by n or shift + n. I was wondering if vi had a feature like Eclipse's Incremental Search…
Michael Sanchez
  • 1,065
  • 1
  • 9
  • 19
40
votes
2 answers

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 any one give syntax for copying folder from C:/site to remote server using scp
Warrior
  • 4,598
  • 11
  • 54
  • 83
40
votes
4 answers

PuTTY: Change default SSH login directory

In Windows, I use PuTTY to log in a Linux-based remote server via SSH. Is is possible to change the default directory entry point I get to after I connect and login? (That would be a nice time saver.) e.g. from server/home/ to…
Bernd
  • 10,009
  • 11
  • 60
  • 93