Comment on SSH Putty key conversion or android SSH that can use one

alphapuggle@programming.dev ⁨6⁩ ⁨months⁩ ago

Install termux on your phone and run pkg install x11-repo followed by pkg install putty-tools which should put a copy of puttygen on your phone. Open your file manager and “Termux” should appear like a USB drive (in Google files it’s under “other storage” at the bottom of the home screen), copy your key file there and Termux will be able to access it. puttygen keyfile.ppk -O private-opensshShould let you convert to OpenSSH format and connect to trusted computers. You can also install OpenSSH in Termux to use it as an ssh client

source
Sort:hotnewtop