Top "Putty" questions

PuTTY is an open source SSH and Telnet client.

How to run a php script through the command line (and keep it running after logging out)

I am trying to run a php script on my remote Virtual Private Server through the command line. The process …

php debian putty remote-server
what is the difference between various keys in public key encryption

I am confused between various keys used in encryption. Amazon gave me key.pem In linux i generate keys like …

encryption ssh amazon-web-services putty public-key-encryption
How to convert ed25519 private key to putty ppk?

I want to convert an ed25519 private key (which is generated by ssh-keygen command) to a ppk file. But I …

putty openssh ed25519
putty from a batch file and a script?

I have a batch file that opens putty just fine. c:\putty.exe [email protected] -pw boyhowdy. But to make this …

batch-file putty pscp
Vim show strange  characters over putty

When I am editing a file in Vim I have some lines with a bunch of  displayed. I have already …

vim encoding character putty
SSH into vagrant with X server set up

I am running into problems with setting up X11 forwarding on vagrant VM. I am running Xming for X server …

windows ssh vagrant putty xming
How to stop displaying long long file list of `ls`?

There is a big directory which contains 100k files on the remote server, and I typed command: ls in my …

linux putty ls
Vim incremental search

I'm using putty on a Linux machine. My usual method for searching in vi is entering the slash /, then my …

linux eclipse vim putty
How to set a custom color to folded highlighting in .vimrc (for use with putty)

Adding the following to .vimrc works :hi Folded ctermbg=Grey but it's still too bright and prominent, so we want …

vim putty vim-syntax-highlighting
Copying stuff from vim running in putty

I am running Vim 6.3 through putty and putty connection manager. I have the mouse option set (set mouse = a). I …

vim mouse clipboard copy-paste putty