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

How to increase the saved sessions list font in Putty?

I've increased font in the terminal already but the problem with tiny font of saved session list remains.Is it possible to increase this font?
XorOrNor
  • 241
  • 1
  • 3
  • 8
0
votes
0 answers

Files lost during upgrade from VPS3 to VPS4 in GoDaddy: Unable to locate files on VPS4 server

I recently experienced an automatic upgrade from VPS3 to VPS4 on GoDaddy after the expiration of my VPS3 server. However, I am facing difficulties in locating my website files on the new VPS4 server. I have also purchased a new VPS4 plan, but I…
0
votes
0 answers

How do I read telnet data and save to a new log file every day?

I use to use Indigo Terminal Emulator from shadeBlue. I can't buy a license anymore, shadeBlue is not in business, and I had to migrate servers. I am using Putty to read my data and save it to a log file. I know I can put &M-&D-&Y for month-day-year…
javajoe316
  • 11
  • 2
0
votes
1 answer

PuTTY Reverse Tunnel to MySQL

I have: A local Windows 10 PC running MySQL Server 8.0.33 on port 33060. A remote Ubuntu 20.04.6 LTS VPS running MySQL Server 8.0.33 on port 3306. I want to create a reverse tunnel using PuTTY on my Windows PC so that my Ubuntu VPS is able to…
Tyler
  • 101
  • 6
0
votes
0 answers

Putty connection time out after enabling firewall

I have a problem after enabling ufw firewall. Everything was working well for the last few months but I wanted to add SSL and redirect traffic http->https so I wanted to open port 443. What I did - $ sudo ufw enable . I got info that firewall is…
Bartos
  • 101
  • 1
0
votes
1 answer

PuTTY ssh tunnel (proxy) not supporting http(s) connections

I've setup PuTTY for using it as a proxy. here's a screenshot of my Tunnel panel for specifying a port to connect to and then in Windows settings, typing in the address for proxy and it only works for SOCKS connections. not HTTP ones. that's what…
Cool guy
  • 3
  • 1
0
votes
0 answers

using putty and socat to run rust server behind firewalls

i want to run a publicly accessible Rust server on a windows machine behind some routers and firewalls. the idea is tunneling the local server ports to a public machine where they are accessable: rust server on windows behind firewalls <- putty…
0
votes
1 answer

GCP - Compute Engine - Putty SSH

When I tried to use Putty to generate the key and ssh into VM, I found a weird thing. I use versions 0.73 and 0.78 to generate a Key respectively. Once generated, I use version 0.73 for SSH into VM. Either 0.73 or 0.78 Key would return an error.…
0
votes
2 answers

How can my team use a single SuperPuTTY session file?

I work in a team that uses SuperPuTTY (on Windows) to connect to remote devices. We currently use our own session files, but not everyone notifies the team when a new device needs to be added/removed from our session files. How can my team use one…
M455
  • 1
  • 2
0
votes
0 answers

AWS - PUTTY "No supported authentication methods available (server sent :publickey)" After change instance

I got the classical problem "No supported authentication methods available (server sent :publickey)" after that I changed the instance type (from t2.micro to t2.xlarge). I setted Putty up with the new parameters: I inserted the new IP after stop and…
0
votes
1 answer

Slow SSH connection establishment with PuTTY but not with OpenSSH

I'm having an a slow connection establishement issue with PuTTY : > time.exe plink.exe -no-antispoof root@X.Y.Z.T exit …
SebMa
  • 359
  • 1
  • 10
0
votes
0 answers

Can not connect to Linux instance using SSH through Putty

Just signed up for GCP account and created a Linux VM on GCP (SUSE) and having issues to connect via SSH through Putty. Also tried through CMD prompt on Windows 10 and get the same issue. Followed up all the steps to generate ssh keys and uploaded…
0
votes
1 answer

Key forwarding with putty isn't working, but plink DOES work

I'm having a problem where putty's key forwarding (via pageant) to my gitlab server isn't working. I'm doing a putty session to my server, with ssh auth forwarding enabled. I see the effects of that forwarding in the environment variables on the…
elyograg
  • 239
  • 1
  • 11
0
votes
1 answer

How to connect EC2 instance from free wifi through putty

I can connect to AWS EC2 Instance using PuTTY at my home by laptop. But when I bring the laptop to some cafe that provides free Wifi, it ends up with timeout error. In order to solve this problem, I need to fix the security group attached to the EC2…
0
votes
2 answers

How to fix the security group to the EC2 instance to allow specific IP address

I can connect to AWS EC2 Instance using PuTTY at my home by laptop. But when I bring the laptop to some cafe that provides free Wifi, it ends up with timeout error. In order to solve this problem, I need to fix the security group attached to the EC2…