Questions tagged [putty]

PuTTY is a free open source SSH/Telnet terminal emulation program for Windows and Unix like operating systems.

PuTTY is a free open source SSH/Telnet terminal emulation program for Windows and Unix like operating systems. PuTTY terminal emulation is xterm compatible and configurable. PuTTY can also be used to tunnel X11 over a secure link.

There are a suite of programs available for use with PuTTY:

PuttyGen: A tool for generating public key encryption pairs for use with PuTTY and OpenSSH.

Pageant: the PuTTY Authentication Agent used for storing Keys and providing them when requested to PuTTY utilities.

PSFTP: An SFTP clinet.

PCSP: A command line scp clinet.

PLINK: A command line connection utility similar to ssh that can be used for automating connections and tasks.

467 questions
18
votes
2 answers

How to enable KeepAlive in putty command line

currently i am using putty like this from the command line: putty.exe -ssh user@192.11.11.11 -pw mypassword how do i enable KeepAlive so that the connection doesnt die if i leave the terminal window for a few minutes?
pdeva
  • 2,447
  • 5
  • 18
  • 15
16
votes
1 answer

How to add SSH key to PuTTY Agent at startup in Windows Server?

I need to add a private SSH key to Putty Agent (pagent.exe) every time a Windows server starts up -- before a user logs on interactively. The key is to be used by a service. If it was a regular user that needed to use the key, I would just place a…
16
votes
2 answers

How to start a reverse tunnel with PuTTY?

I am trying to make a tunnel between a server and laptop with Putty. The problem is, since the laptop has no public IP address, I have to make a reverse connection. ASCII Artwork: SERVER(PORT:6000) ----------> LAPTOP(PORT:7000) However, since…
Ozer
  • 263
  • 1
  • 2
  • 4
14
votes
4 answers

changing colors of files/dirs in linux ls

I use putty with a black background and was wondering if there was or is a way to change the colors of the dirs which are dark blue. i noticed DIR_COLORS.xterm and DIR_COLORS do they play this role?
Mike Janson
  • 277
  • 1
  • 5
  • 10
13
votes
1 answer

PuTTY typing its name into the console

I was doing a MySQL dump over SSH using Putty, and now it is just typing PuTTY over and over again into the console, Ctrl+C doesn't do anything. Does anyone know why this is happening?
Adam
  • 349
  • 3
  • 13
12
votes
1 answer

Why is FileZilla so much faster than PSFTP?

I'm using FileZilla 3.10.3 and PSFTP 0.63 (PuTTY). Can anyone help me figure out why the throughput I get is so drastically different between the two clients? It can't just be a shortcoming of the SFTP protocol, because FileZilla (and WinSCP) is…
Chris
  • 231
  • 1
  • 6
12
votes
3 answers

Putty Kerberos/GSSAPI authentication

I configured a few Linux servers to authenticate with Active Directory Kerberos using sssd on RHEL6. I also enabled GSSAPI authentication in hopes of passwordless logins. But I can't seem to get Putty (0.63) to authenticate without a…
xdfil
  • 491
  • 2
  • 7
  • 15
12
votes
2 answers

Changing the passphrase of a puttygen private key in Windows

I have a private key in Windows, created by puttygen.exe. I used default options to save it, the tool automatically gave it a .ppk extension, and it looks like this: PuTTY-User-Key-File-2: ssh-rsa Encryption: none Comment:…
janos
  • 808
  • 1
  • 6
  • 22
12
votes
2 answers

Run OPTIMIZE TABLE to defragment tables for better performance

I am running Linux 64-Bit OS. My mysql tuner is saying the things below: -------- General Statistics -------------------------------------------------- [--] Skipped version check for MySQLTuner script [OK] Currently running supported MySQL version…
Barkat Ullah
  • 145
  • 1
  • 3
  • 9
12
votes
5 answers

Set xterm (PuTTY) window title when using screen?

I am trying to get screen to set my xterm title. I have this working outside of screen, but screen keeps whatever title was in place when I started it. Here is my .bashrc: function bash_prompt_command() { # How many characters of the $PWD…
James Sumners
  • 513
  • 3
  • 7
  • 17
11
votes
8 answers

Can't get detached screen to resume

I use putty and have an unreliable wireless connection, so I use screen to keep my work going. Often I'll get disconnected, and then I can't reattach my screen. I'll run screen -D -RR and it will just sit there indefinitely. I've tried ctrl+z to get…
Dave Aaron Smith
  • 289
  • 1
  • 2
  • 10
11
votes
1 answer

Can PuTTY be configured to display the following UTF-8 characters?

I'd like to be able to render the characters as seen in this tweet: I saved the tweet's JSON data and wrote a one-liner python script for testing. python -c 'import json,urllib; print…
sente
  • 273
  • 1
  • 2
  • 10
11
votes
4 answers

How to let TortoiseHg (Mercurial) on Windows use the Private Key file generated (by Puttygen)?

I have used Puttygen to create a public and a private key, and I'm now ready to let TortoiseHg on Windows 7 do a clone by going to ssh://somebody@code.somewhere.com/somecode but there seems to be no where to add the private key to TortoiseHg? (or…
nonopolarity
  • 535
  • 3
  • 6
  • 17
10
votes
4 answers

Run remote command with putty

When I do putty -ssh user@host -pw password echo "hi" I get a network error But if I do putty -ssh user@host -pw password An SSH session is successfully opened in a putty terminal. But I just want to run a single command. How do I do this in Putty?
wp-overwatch.com
  • 199
  • 1
  • 1
  • 7
10
votes
5 answers

PuTTY fatal error: Server refused to start a shell/command

I've always used PuTTY (win32) in order to access my servers through SSH. Yesterday I upgraded OpenSSH on my server from 4.3 to 5.8 and it seems that PuTTY doesn't work now. It asks for a password, then confirms that the password is correct, and…
iTayb
  • 791
  • 4
  • 10
  • 25
1
2
3
31 32