Category: Key Putty

Putty using ssh keys

May 20, 2020 – 11:07

When you are working with private (and public) keys generated by OpenSSH, you will have files called id_dsa and id_dsa.pub. These files cant be used in Putty directly. Instead they need to be converted to something...

PuTTY log

May 20, 2020 – 11:07

Putty has the option to log telnet and SSH traffic session output to disk. I think it’s a good idea to always log the telnet and SSH session output of every session to a file. In this way you always have a great...

PuTTY documentation

May 20, 2020 – 11:07

PuTTY is a free (MIT-licensed) Win32 Telnet and SSH client. This manual documents PuTTY, and its companion utilities PSCP, PSFTP, Plink, Pageant and PuTTYgen. Note to Unix users: this manual currently primarily...

PuTTY User Manual

May 20, 2020 – 11:07

PuTTY is a free (MIT-licensed) Win32 Telnet and SSH client. This manual documents PuTTY, and its companion utilities PSCP, PSFTP, Plink, Pageant and PuTTYgen. Note to Unix users: this manual currently primarily...

PuTTY quit command

May 20, 2020 – 11:07

Or you could use exec to replace your shell process with ssh when jumping to another host: SSH to host1 with PuTTY banjer@host1:~ #doin some workooh! need to go check something on host8 banjer@host1:~ exec ssh host8...

1 2