Questions tagged [putty]

PuTTY is a free and open source terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a serial console client. The name "PuTTY" has no definitive meaning, though 'tty' is the name for a terminal in the Unix tradition, usually held to be short for teletype.

PuTTY

PuTTY is a free and open source terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a serial console client. The name "PuTTY" has no definitive meaning, though 'tty' is the name for a terminal in the Unix tradition, usually held to be short for teletype.

PuTTY was originally written for Microsoft Windows, but it has been ported to various other operating systems. Official ports are available for some Unix-like platforms, with work-in-progress ports to Classic Mac OS and Mac OS X, and unofficial ports have been contributed to platforms such as Symbian and Windows Mobile.

PuTTY was written and is maintained primarily by Simon Tatham and is currently beta software.

Some features of PuTTY are:

  • The storing of hosts and preferences for later use.
  • Control over the SSH encryption key and protocol version.
  • Command-line SCP and SFTP clients, called "pscp" and "psftp" respectively.
  • Control over port forwarding with SSH (local, remote or dynamic port forwarding), including built-in handling of X11 forwarding.
  • Emulates most xterm, VT102 control sequences, as well as much of ECMA-48 terminal emulation.
  • IPv6 support.
  • Supports 3DES, AES, Arcfour, Blowfish, DES.
  • Public-key authentication support.
  • Support for local serial port connections.
  • Self-contained executable requires no installation.
  • Supports the zlib@openssh.com delayed compression scheme (As of r9120 2011-03-05).

PuTTY's main screen.

Source: Wikipedia - PuTTY

1853 questions
436
votes
18 answers

Is there a way to "auto login" in PuTTY with a password?

Is there a way to configure a password for a stored session in PuTTY? I know there is the capability to specify an "auto-login username" (under Connection/Data), but is there a way to do the same with the password?
jldupont
  • 6,714
57
votes
8 answers

PuTTY - Automatic Reconnect After Internet Interruption?

After a small hiccup in internet connection, any open PuTTY windows throw up a message box saying there was a connection error. Is there a way to automate retry attempts? Or better yet, tell it to watch the status of the network and reconnect when…
colithium
  • 1,065
  • 3
  • 10
  • 20
57
votes
4 answers

Increase Scrollback Buffer in Putty

I'm running Putty on Windows and can't find an option to increase the size of the scrollback buffer . It seems set at about 4 pages of text. Am I missing something?
Eric J.
  • 1,739
34
votes
5 answers

PuTTY: clear scrollback from commandline

When I connect to my server via PuTTY, I can clear the visible screen with the clear command. However, I can still scroll backwards in PuTTY's GUI to see the old stuff. I am aware of PuTTY's Clear Scrollback feature, but that requires mouse…
jwd
  • 3,612
32
votes
2 answers

Prevent PuTTY's "Are you sure you want to close this session" popup?

I like Putty, a lot. However, I open and close a huge number of Putty windows each day and every time I close a window I get a popup box with Are you sure you want to close this session? It's incredibly annoying. Yes, Putty, I would like to close…
Nate
  • 1,595
18
votes
3 answers

How to copy all text in edited file from PuTTY to clipboard?

In addition to this question: PuTTY how to select text and copy text using keyboard ONLY I want to copy all text from file that I see in PuTTY to my Windows session. Something that in Windows would be done with Ctrl + A. What is the equivalent in…
avi
  • 313
  • 1
  • 3
  • 7
17
votes
3 answers

Re-open Putty Config on Connection Close

I have been using putty on Windows 8.1 for some time now. There is only one problem I have with it. Is it possible to have the configuration Window open up again when a connection fails or exits without restarting the program again?(it gets annoying…
15
votes
8 answers

In Putty, what do the colors on files and folders represent?

I looked through the documentation of Putty but couldn't find the answer. What do the different colors on files and folders signify?
kylex
  • 605
15
votes
2 answers

Putty remember username

I'm using Putty to connect to a box using a private key file. I'd like to type the passphrase every time, but I don't want to type "ubuntu" every time for "login as:" How can I get putty to remember the username, but not the password?
14
votes
2 answers

PuTTY password access denied

I try to log in with PuTTY as root, but when I type in the password it says access denied. Can someone please help me fix this?
Derek
  • 169
11
votes
4 answers

Is there a PuTTY variant without modal message boxes?

Basically I'm happy with PuTTY, but the behaviour with modal message boxes is driving me mad. My network connection changes a lot, and if I have say 20 putty connections open at the time, all of these start filling my screen with "Fatal error" boxes…
eis
  • 2,069
8
votes
3 answers

Is there a way to make putty automatically "close window on exit" from the command line?

I am trying to make a headless machine that automatically runs putty on startup from a script and auto relaunches should the program close. Whilst this technically is working fine in most situations, if there are network issues, putty will just hang…
William Hilsum
  • 116,736
6
votes
2 answers

How can I copy files in Putty to local computer?

Suppose I ssh to a server in Windows machine and I want to scp file myLocalComp:someDir, is there something automatically built-in or do I need to set up a SSHD for this in Windows?
user114739
6
votes
3 answers

PuTTY fatal Error - Connection Refused

I am connecting to remote server via SFTP using PuTTY. I am able to connect it from my local Windows 7 machine. However, when I connect it from Windows Server 2012 R2, it gives me following error - PuTTY Fatal Error "Network Error: Connection…
5
votes
3 answers

Unable to connect using PuTTY ssh

I'm on a Windows 7 machine and have installed PuTTY. I'm trying to connect, but the authentication fails because of an incorrect password. But, the VM I'm connecting to doesn't have a password? Here are the creds I'm trying to use: Host:…
Dman100
  • 153
  • 1
  • 1
  • 3
1
2 3 4 5 6 7