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

How to fix the security group attached to the EC2 instance

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

How to Connect to AWS EC2 Instance using PuTTY through free Wifi at cafe

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. Even though the cafe's Wifi is secured, could AWS EC2 blocks connection from…
0
votes
1 answer

Connecting to Amazon RDS using SSH client

I have created an Amazon RDS instance and I want to connect to it using an SSH client (puTTY). I am following this document: Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/. In the…
Hooman Bahreini
  • 518
  • 6
  • 17
0
votes
1 answer

Increased my VM disk size on Google Cloud Platform and now the SSH log in is asking for a password?

I increased the disk size on my VM instance running on Google Cloud Platform. There was a simple change from 200 GB to 400 GB with no other changes made on the Instance. When I started the instance after making the changes and trying to login…
0
votes
1 answer

How to disable Root Access, to VPS, via SSH?

I run a VPS, on a Linux Server, with CentOS 7 (64 bits) being the chosen Operating System. I have recently wiped the VPS, so it only has a clean install of Plesk Onyx at the moment. I would now like to disable root access to the VPS, via SSH, prior…
Craig
  • 145
  • 1
  • 1
  • 6
0
votes
1 answer

Hard code an IP in Putty

I need to be able to provide the putty app via Citrix. The issue is the terminal server is on the prod network which can reach all of our other networks. This would therefore allow a user to putty to any machine they wanted. I'd like to have the…
jargo
  • 1
0
votes
1 answer

Using Putty/plink to connect to remote MySQL from Windows machine using Port Forwarding and multi hop SSH tunnel

I need to set up port forwarding from my local Windows machine Port 3307 to a remote MySQL server port 3306 but accessed via 2 Linux proxy servers and a Linux web server. I need to use Putty or plink.exe on the Windows machine to set up the…
0
votes
2 answers

DES warning message when connecting to Cisco ASA via SSH

I had to replace a Cisco ASA 5510 that died. I have everything back up and running however when I connect to the ASA via SSH (through Putty), I receive the following warning message: "The first cipher supported by the server is single-DES, which is…
Richard West
  • 2,978
  • 12
  • 44
  • 49
0
votes
1 answer

SSH tunnel over multi hops using putty (two hops)

I have these config: Host with putty -- > Gateway A (port 22 open) --> FinalMachine (port 22 with gateway A open and port 18080 with apache). Like I don't have communication from Host with putty with FinalMachine I would like to tunneling the…
0
votes
1 answer

PuTTY Option: Remote command = is sending a "preset" command that makes connexions to fail

Every time I open PuTTY it has the preset Remote command env DISPLAY=`echo $SSH_CLIENT | awk '{print $1":0"}'` $SHELL forcing me to every time I openPuTTY, go to Remote command and delete the entry. How can I delete that command?
Yoka R
  • 3
  • 2
0
votes
2 answers

PuTTy/KiTTy Killed by Global VPN Client, Cannot Reconnect

Running PuTTy/KiTTy on a W10 machine, I connect to a work VPN (Global VPN Client). Connect fine, but connection is killed due to (I suspect) inactivity. That's fine. Sys admin has recommended to use the following: keepalives turned off (set to 0),…
0
votes
0 answers

Putty: Network error: Software caused connection abort

We've run GCP instances which are about 30 instances on putty for about 3 months. It didn't encounter any errors but recently putty fatal errors occurred and that makes our program stop. I want to know how to fix this issue. Also, the instances lose…
0
votes
1 answer

How to connect to the Windows Server using SSH?

I’m using Windows Server 2019 What I’ve done: • I installed ‘OpenSSH SSH Server’ on my virtual machine using App > Apps & features. • I added the Firewall Rule for port 22 and started the SSH server. • I installed PuTTYgen on my local machine…
Jovaaa
  • 1
  • 2
0
votes
0 answers

Displaying Ratio unicode character in putty

I'm wondering if this could be a putty bug. I can't get displayed properly Unicode Character 'RATIO' (U+2236) https://www.fileformat.info/info/unicode/char/2236/index.htm Basically it should look like a colon but in putty to me it's just displayed…
0
votes
1 answer

Cant transfer file from Bluehost to SiteGround via SSH

I have a website that I'm trying to migrate from Bluehost to SiteGround. I compressed the website into a zip file, i created the SSH access within SiteGround and i'm successfully connected to it, when i try to transfer remotely the zip file located…
marouane91
  • 13
  • 2