Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 609 Bytes

File metadata and controls

28 lines (19 loc) · 609 Bytes

PuTTY is a Windows Telnet and SSH client.
A program for connecting to a remote computer.
Uses SSH (Secure SHell) and telnet.

TODO

Install

Download MSI Installer

Generate key pair

$: puttygen  # -> a window pops up

Select key type.
Press Generate.
Enter a comment and a passphrase.
Press Save private key (in *.ppk format).

Transfer files

$: pscp [-i Private-Key Source-File] User-Name@Host-Name:Destination-Path