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, and 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 Super User
  3. Tagged PuTTY on Ask Ubuntu
  4. Tagged PuTTY on Server Fault
2294 questions
0
votes
1 answer

plink: unknown option "-rf"

Thanks for looking into my concern. I am running a command on remote linux server from windows, using plink. Here's the command I am running echo y | plink -v -pw %Linux-pw% -P %port% %Linux-user%@%Linux-Machine% rm -rf…
Ras
  • 543
  • 1
  • 9
  • 25
0
votes
1 answer

Unable to open connection: Host does not exist

I have been to access Jupyter Notebook on remote server (on a gpu). I followed this guide but getting this error "Unable to open connection: Host does not exist" after running the following command: C::\WINDOWS\system32> plink ssh -N -L…
Junaid Ahmad
  • 599
  • 1
  • 4
  • 15
0
votes
0 answers

Enter passphrase for key 'travis.pem'

What should be entered as passphrase when loging into EC2 ? stein$ ssh -i "travis.pem" ec2-user@ec2-54-208-53-238.compute-1.amazonaws.com Enter passphrase for key 'travis.pem':
stein korsveien
  • 1,047
  • 5
  • 13
  • 35
0
votes
2 answers

How can I stop python script using putty on debian server

I run a python script: python main.py Ok, its running in infinite while loop. How can I stop in one (ACTUAL) session putty? Ctrl + c not working. Only close putty, open again and kill the process help me. Thank you for your help.
user8150268
0
votes
0 answers

X forward - Maximize toplevel window

I have a GUI, that I need to run on Windows from a Linux machine. A top level window is created, and I would like to maximize this window, keeping the menu bar. mytop = Toplevel() mytop.wm_attributes("-zoomed", "1") The above snippet works…
st.ph.n
  • 549
  • 2
  • 5
  • 19
0
votes
0 answers

mysql error (HY000):file not found (Errcode: 2)

So I'm trying to load my database by loading .txt file (fields terminated by \t). But it keeps sending me this error: mysql> LOAD DATA LOCAL INFILE "C:\\tvshow.txt" INTO TABLE SERIJA FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\n'; ERROR 2…
sm0120
  • 1
  • 3
0
votes
1 answer

Debugging file transfer using pscp executed from PowerShell

I am trying to use PowerShell to send a file from a Windows 10 dev box to a CentOS 7 server across a local area network. When I run the following command from PowerShell in the Windows 10 dev box, Putty opens, but then closes before asking for…
CodeMed
  • 9,527
  • 70
  • 212
  • 364
0
votes
0 answers

Error: no main manifest attribute, in ---.war file

I have a Java EE application that uses JPA. I have deployed it successfully via putty, but when I try to run it to persist something to the database with the command: java -jar…
i.fayza
  • 25
  • 1
  • 1
  • 3
0
votes
1 answer

PuTTY outputs weird stuff when selecting in MySQL

I've encountered a strange problem when I was using PuTTY to query the following MySQL command: select * from gts_camera The output seems extremely weird: As you can see, putty outputs loads of "PuTTYPuTTYPuTTY..." Maybe it's because of the table…
Michael Gierer
  • 401
  • 2
  • 6
  • 15
0
votes
1 answer

Revive plink service after it dies

I'm trying to create a bat or shell script that will let me check if my plink connection dies or becomes unresponsive and then kill the service and start it up again. It that possible? The problem my and my buddy encountered is that we can't seem to…
Dkill
  • 31
  • 5
0
votes
0 answers

SAS ODBC setup using ssh tunnel via Putty on windows

I am trying to set up SAS ODBC connection to sas server installed on linux. I have sas ODBC installed on my local (windows)cand now I need to connect to the sas session on the SAS server. My approach : trying to create a port forward using putty on…
Harshit_Raj
  • 299
  • 1
  • 7
0
votes
1 answer

How to execute a command on a server? php queue laravel ssh

I have a website in the Internet and I need to run command php artisan queue:listen on its server. I installed putty, logged in and tried to execute it, but it says php command not found :C. How should I do it proper way and how long this comand…
Batmannn
  • 237
  • 4
  • 12
0
votes
0 answers

Output of bash script is going to another putty session

I have a script as below, when I am running this script in the 1st putty session. The output of script is displayed on the 1st putty session. If I open another (2nd) putty session and run the same script on 2nd putty session, still the output goes…
0
votes
0 answers

VB.net Open Telnet connection w/ Userinput as Password and Read XML Response

I am trying to get some XML data from a third party app. To acquire this data, I can Putty, using Telnet, into the IP Address with a specific port. Once the connection is open, all I need to do is type…
Seth Haberman
  • 131
  • 1
  • 13
0
votes
1 answer

Using domain user in PSCP command?

I use this command to copy file from Window to Linux with user "fred", it is successful pscp c:\temp\example-hosts.txt fred@10.53.x.x:/etc/hosts But if my user name is domain user, such as: domain\fred. I got the error: More than remote source…
taibc
  • 897
  • 2
  • 15
  • 39
1 2 3
99
100