Top "Putty" questions

PuTTY is an open source SSH and Telnet client.

PuTTY Shortcuts to Minimize, Maximize, Restore, and Move the Window

The Alt+Space command doesn't work on Putty (at least for me). So, if I've to minimize or maximize my …

keyboard-shortcuts putty
PuTTY: Change default SSH login directory

In Windows, I use PuTTY to log in a Linux-based remote server via SSH. Is is possible to change the …

linux windows ssh default putty
Using numpad in Vi (Vim) via PuTTY

The numberpad does not work properly when using Vim through PuTTY. Instead of numbers I get y x w v …

vim putty
Install fileinfo php extension

As the fileinfo is moved from PECL to PHP. What is the best way to install it through WHM or …

php apache putty whm
Using pscp and getting permission denied

I'm using pscp to transfer files to a virtual ubuntu server using this command: pscp test.php user@server:/var/…

ubuntu permissions sudo putty
Automating command/script execution using PuTTY

These are the things I need to do: Open putty.exe Enter username and password. Run a shell script. I …

ssh putty plink
Putty - Automatically closes on authentication

I'm on a Windows 7 machine. I am using the Putty.exe executable for connecting to my remote machine. I enter …

ssh putty remote-server
Run shell script (with parameters) on Windows command line via Plink

I need to execute a shell script remotely inside the Linux box from Windows #!/bin/bash if [ "$#" -ne 1 ]; then echo "…

bash shell ssh putty plink
PuTTYgen doesn't give me the option for SSH-2 RSA

I've been accessing my AWS EC2 instance from Ubuntu for years with no issues. I'd like to also connect to …

amazon-web-services putty pem
How to convert PEM file to PPK using PuTTYgen in Ubuntu

I have created an EC2 instance on AWS. I want to connect to the instance using PuTTY, but it requires …

amazon-web-services putty private-key pem key-pair