plink icon indicating copy to clipboard operation
plink copied to clipboard

Fork of git://git.tartarus.org/simon/putty.git intended for plink fixes

plink fork

The aim of this fork is creating working console ssh client, which does not depend on cygwin or msys.

plink in ConEmu

xterm256 mode

Some links

Changes in this plink fork

  • Plink survives on Ctrl+C and is transmitted the keypress to server instead.
  • Keyboard fixes.
    • Arrows are working: Up/Down for history, Left/Right for moving in prompt.
    • Esc keypress transmitted to server (Vim and so on).
  • ssh terminal size is properly initialized on startup (on-the-fly resize is not supported yet).