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
0 answers

codeigniter - test controller/method not working

I am accessing a Putty server to try and run a method from a controller. I have a controller inside a batch folder named GetPrefectures. The controller's code:
andil01
  • 377
  • 4
  • 19
0
votes
1 answer

How to install @angular/cli in Putty shell?

I was trying to install angular/cli using this command in Putty: npm install -g @angular/cli but it failed and run through these error messages: Permission denied (publickey). fatal: The remote end hung up unexpectedly cound not install…
0
votes
1 answer

getting extra 0 using getstatusoutput command python

live_calls = commands.getstatusoutput('/usr/local/freeswitch/bin/fs_cli -x "show calls") current_live_agent = commands.getstatus('/usr/local/freeswitch/bin/fs_cli -x "show bridged_calls" |tail -2 | grep -o "[0-9]*"') …
Asad ur Rehman
  • 35
  • 1
  • 16
0
votes
2 answers

How to ssh into another machine immediately after logging into a machine

Problem: The location I'm working from cannot ssh into the master node for my application, say 10.30.30.1 which is hosted by another country. To solve this, I have a jump box which I can ssh from my location say 10.50.50.1 And after logging into the…
nishantvas
  • 184
  • 3
  • 16
0
votes
0 answers

putty network error connection refues

actually i am trying to connect MYSQL db which is located in my windows computer. but what i want is, it should be access from any computer from anywhere. (its a requirement for me, because i am writing a java swing desktop application) so , the…
akanksha
  • 11
  • 3
0
votes
1 answer

How to remote raspberry pi from putty in Rpi's console mode?

Anyone know how to remote to Raspberry Pi 3 console mode from laptop with putty ? I can remote successfully in Rpi's desktop mode but in console mode I can't.
3ORZ
  • 79
  • 1
  • 3
0
votes
1 answer

Transferring files from windows to linux box with pscp

I am trying to transfer a directory to a linux box I have set up. I use putty to ssh in and the prompt is open and working. I am trying to get a directory from my host computer(windows) on to the linux box which is open through putty. I have…
0
votes
1 answer

Include key fingerprint in PuTTYgen app

We have a C# application through which we send files (SFTP) to our clients. One of our clients has provided us a private key as part of SFTP credential which is in md5 fingerprint format (hexadecimal). Since we are using SharpSSH for transferring…
M. Fawad Surosh
  • 450
  • 7
  • 20
0
votes
1 answer

Micropython - Weird behaviour when pasting

I am working with the ESP8266 and Micropython currently and I encountered a strange behaviour. example string: Server: SimpleHTTP/0.6 Python/2.7.13\r\nDate: Wed, 02 Aug 2017 13:40:05 GMT\r\nContent-type: application/octet-stream\r\nContent-Length:…
0
votes
0 answers

Log in to VM in FIWARE Lab using Windows

I'm trying to login to my brand new instance in FIWARE lab without success. I'm trying with Putty and OpenSSH in Windows. So far: Launched the instance while creating a keypair (ubuntu) Assigned the public IP 1st tried with Putty: Saved the…
Miguel
  • 11
0
votes
1 answer

Is there a way I can generate .pub public key using putty?

I have putty installed on my windows system. And basically, I can generate public/private keys. I generated a public key, which was asked to be uploaded to a server. I copied it in a .txt file, and gave those concerned to upload it. But they came…
0
votes
1 answer

PuTTY PSFTP returning error: unknown command "´╗┐cd"

HI I am running below command from my Windows server. I have got private key added so authentication wise it is fine. But when ever I am running the command getting a weird issue psftp user@host -b FTPfile.txt The file FTPfile.txt has only two…
Hasibur
  • 3
  • 1
  • 4
0
votes
2 answers

Cannot Connect to Linux Oracle Databse with Perl Script after connecting with PuTTY

I have the following problem: I currently connect to one of our Linux servers using PuTTY on my Windows 10 machine. If I use a ‘standard’ PuTTY connection I have no problem: I can log in and run my Perl script to access an Oracle database on the…
gauss76
  • 137
  • 6
0
votes
0 answers

Getting "Auth failed" for linux connection through Jsch, for the below code

I'm receiving following exception: "com.jcraft.jsch.JSchException: Auth fail" for the below code, while connecting to Linux server. Even though the credentials which i have provided is valid String host="hostname"; String user="usename"; String…
0
votes
1 answer

What can I correct to run my Node app in PuTTY?

I'm trying to deploy my Node JS app for the first time in DigitalOcean and am following this guide: https://www.youtube.com/watch?v=RE2PLyFqCzE&t=1515s I've created a repository in Github and am at the stage where I've also installed Node on the…
Tom
  • 85
  • 2
  • 5