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
0
votes
1 answer

SSH "Server refused our key" for all users except root user

I followed this tutorial and key authentication worked great for root. but when I created user xxx and added different key in authorized_keys and tried to login using putty where error was shown " Server refused our key ". I changed…
Ashwin Mekala
  • 157
  • 1
  • 2
  • 8
0
votes
0 answers

Why isn't my SSH tunnel working?

The SVN server at my work has been moved to a different machine. This wouldn't present a problem except that the firewall rules have not been set up properly and I'm unable to connect to the new server on the SVN Server port. This should also be a…
Programming Guy
  • 121
  • 1
  • 9
0
votes
1 answer

Enable Cisco ASA as an SSH Tunneling

I am trying to utilize my Cisco ASA as a SSH Tunnel. I've configured this before when using a Linux server as the SSH target, however I cannot seem to get it to work with the ASA. I have configured and enabled SSH on the Cisco ASA, as well as a…
Jim
  • 988
  • 7
  • 20
  • 33
0
votes
1 answer

SSH clients (putty/ZOC/xterm) no longer using tab completion not recognizing arrow keys?

All of a sudden, SSH clients to my web server don't recognize tab for file name completion, and rather insert a physical tab. Also, the arrow keys throw up garbage characters in terminals, rather than moving the cursor. Ideas?
Stefan Kendall
  • 1,079
  • 3
  • 17
  • 33
0
votes
0 answers

Use PuTTy for local SOCKS Server binding?

I want to create a SOCKS server on my gateway server. PuTTY has it's -D switch which allows dynamic SOCKS proxy through the given SSH connection. Is it possible to do locally, without a SSH connection, with PuTTY? If not, which cross-platform tool…
iTayb
  • 791
  • 4
  • 10
  • 25
0
votes
1 answer

Logging remote commands sent during SSH session, so the log would be unencrypted

I connect to server A (running OpenSSH server in Linux OS) using Putty: localhost% putty.exe A How to cause the SSH server to log the commands sent from localhost in unencrypted manner. Thanks
rok
  • 159
  • 8
0
votes
2 answers

Filezilla or PuTTY: I have “Access granted” followed by “Server unexpectedly closed network connection”. How to troubleshoot?

Here is an extract of Filezilla debug traces : Offered public key from "(...)" Offer of public key accepted, trying to authenticate using it. Access granted Server unexpectedly closed network connection I notice same behaviour from putty in debug…
Pr Shadoko
  • 101
  • 1
  • 4
0
votes
1 answer

PSCP Command Errror

Can anybody explain what i am doing wrong here. I am trying to copy an entire directory up to a remote server. "c:\Program Files (x86)\PuTTY\pscp.exe" -l mleyland -pw Password5 -p mleyland@9X.XX:/home/mleyland/hvn01/ D:\TEMP_BACKUP\ZIP*.* I get the…
Matt Leyland
  • 115
  • 5
0
votes
1 answer

How to configure Ctrl+Alt+F1 to F6 to use with putty instances in Windows?

Is it possible to set up putty (or a fork), have multiple terminals/logins open while fullscreen, but each one with a single dedicated shortcut for switching to it? Just like Ctrl+Alt+F1 to F6 switches tty terminals in many Linux systems. (To be…
n611x007
  • 127
  • 7
0
votes
1 answer

How to run putty on a particular network adapter

I have a loopback adapter which uses SLIP to communicate to a microcontroller. The issue I have is on Windows I dont know how to run putty on that particular network adapter. Does anyone know how to do this? Also I want to ping this…
loopy
  • 1
  • 3
0
votes
1 answer

How to read active ip connection command

Can you tell me what the 937 is? Forgive me I'm new to Linux and I don't know where to start looking. When I run: $ netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 1 108.213.8.218 1 24.140.138.250 1 24.140.83.106 …
Rick
  • 159
  • 1
  • 2
  • 7
0
votes
1 answer

Web proxy with SSH Tunnel to Ubuntu 12.04 with Putty is refusing connections

I'm trying to set up a SSH tunnel via Putty so I can access my router admin pages. I have an ubuntu 12.04 machine on the local network with SSH access. I can SSH into that ubuntu box (that sits on the same network as the router i'm trying to get…
TheStoneFox
  • 141
  • 1
  • 7
0
votes
3 answers

Can connect to ubuntu server with PuTTY but can't via WinSCP

I have just updated from 8.04 to 10.04 after such a long time I am rather excited. But since the update I am now unable to login to my server via WinSCP but a connection with PuTTY is still completely fine. Neither are using private keys. I am just…
Jamie Hutber
  • 149
  • 2
  • 12
0
votes
1 answer

How to print/copy the output of a command on IRONPORT

I have to take health checks every day from ironport servers and store some information regarding the server's status at that point of time on a excel sheet. How can I automate this process. I have been able to login to the server through a batch…
Nishant
  • 101
  • 2
0
votes
5 answers

How to copy a file over SSH?

I need to copy a file that apparently is only accessible over SSH (http.conf). I am very ignorant in this area and have virtually no experience with using an SSH client, so my hours of trying have resulted in no progress. I'm able to view the file…
Nate
  • 449
  • 6
  • 11
  • 24