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
3
votes
3 answers

ctrl+D not working in mail

I am trying to test the mail capabilities of my server. I simply do this mail -s "This is a test" myemail@domain.com, then it prompts me for Cc: then the body. After typing I am hitting Control + D, however it seems that it is not exiting in the…
Leandro Garcia
  • 473
  • 2
  • 8
  • 15
3
votes
1 answer

SSH locale wrong

I have a debian server with locales set to hu_HU.UTF-8, and if i log in trough console it works perfectly in hungarian. It also worked with ssh logins until i disabled PAM in the sshd config. Since then when i log in trough ssh the locales are set…
hpeter94
  • 33
  • 3
3
votes
2 answers

Setting up a tunnel with putty, jump server for using synergy

Long time ago I set up an environment where my Linux machine (LM) was a synergy server and my Windows machine (WM) the synergy client as described here. Since our admin put in a Linux jump server (JS) I'm not able to tunnel between both…
Clueless
  • 33
  • 1
  • 1
  • 5
3
votes
1 answer

launch a batch remote command via /putty ssh and get the output in a local file

I have been trying to launch a remote command in putty using the -m [file] flag and get the output putty.exe -[user]@server -m commandscript (the command is just cat> somewhere ) and after that I just get the output file via scp. Well it is not…
carlinux
  • 113
  • 1
  • 2
  • 10
3
votes
1 answer

Cannot Access SSH - "Did not receive identification string from [IP]" in Logs

I'm having a problem accessing SSH on my Ubuntu server from outside the network. Accessing it using it's local IP address (192.168.1.100) works fine. Accessing from a networked PC but using the routers external IP address also works fine. The…
DilbertDave
  • 352
  • 1
  • 4
  • 11
3
votes
2 answers

SSH to bitbucket returing Permission Denied (publickey)

So I am trying to clone a repo to a directory on my Ubuntu server but I keep getting a Permission Denied (publickey) error. This is very weird because my output for ssh -T git@bitbucket.org shows success: mo@li515-148:/var/www$ ssh -T…
moesef
  • 255
  • 1
  • 2
  • 10
3
votes
6 answers

Using an SSH tunnel to browse the web

The setup: A windows workstation with Full admin rights. A very restrictive http proxy, which, however, accepts connection towards port 80 and port 443 only. A linux box on the internet I have complete control of. Currently, what I do, which is…
David
  • 153
  • 1
  • 6
3
votes
3 answers

Permissions Issue? Putty + Plink + Pageant + Powershell + Scheduled Task

Background I have the following components: A windows server 2008 R2 box An administrator account (mine) A service account on the domain that is an Administrator of the box An installation of Putty (including plink for command line and Pageant as…
3
votes
2 answers

[Shift]+[F1] not working in putty telnet sessions

Update: I configured putty (Windows 8; x64) to send exactly the same data as an old 16 bit Hyperterminal (Windows XP). I tested it using Wireshark. But still the Software on the Suse Server does not respond correctly to my typing of Fn keys. What…
Myrad
  • 39
  • 1
  • 3
3
votes
1 answer

SSH - Putty Private Key and Passphrase

For giving remote access to a linux server, the administrator generated the public and private key pair probably using the Putty Key Generator and sent me the .ppk file. I loaded the .ppk file (having the private key) in Putty and can now access the…
catman
  • 41
  • 1
  • 6
3
votes
1 answer

Remote port forwarding with Putty

When I create a remote port forwarding tunnel with Putty, a remote port opens on interface with ip 127.0.0.1. On the remote host I'm able to nc localhost RPORT and forwarding works, but I'm unable to connect with nc RHOST RPORT. The problem is, that…
qwe
  • 2,037
  • 2
  • 14
  • 5
3
votes
1 answer

Can not input or print Chinese on PuTTY

On Red Hat Enterprise Linux AS release 3, I've set my environment variable as below $ echo $LANG zh_CN.UTF-8 $ echo $LANGUAGE zh_CN.UTF-8 $ echo $SUPPORTED en_US.UTF-8:en_US:en:zh_CN.UTF-8 $…
hetaoblog
  • 249
  • 1
  • 3
  • 14
3
votes
2 answers

/etc/sudoer/ - Is it possible to enter into single user mode through putty?

I accidentally chown the /etc/sudoer/ folder so that my sudo command no longer works. (I can only ssh into this Linux Centos vm on windows azure) I don't have the root password and I wonder how I may reset the root password, or just chown the /etc/…
StCee
  • 241
  • 3
  • 14
3
votes
2 answers

Cisco ASA 5505 garbled output

I'm trying to debug a Cisco ASA 5505 that I do not have physical access to. I am using GoToMeeting to control a techs computer to talk to the router. Here is a picture of the router output right after it's been…
jsz
  • 51
  • 6
3
votes
3 answers

Delete key not working when PuTTYed in to AIX box using Korn shell

I manage an AIX box at work using PuTTY. I'm using ksh in vi-mode. When I press the Delete key (not backspace) the case of following characters is toggled instead of the character under the cursor being deleted. I'm not necessarily looking to change…
bshacklett
  • 1,378
  • 4
  • 19
  • 39