Comment on SSH Putty key conversion or android SSH that can use one
aard@kyu.de 11 months agoIf you want to stick with that “one key” approach - get a hardware token like a Nitrokey or a Yubikey. That should also work with most Android SSH clients.
alphapuggle@programming.dev 11 months ago
This is actually quite handy, I’ve got a yubikey already and didn’t know they could be used for ssh
aard@kyu.de 11 months ago
Unless you have one of the dumbed down Fido or whatever only versions yubikey is just a smartcard with key storage, and multiple different applications for interfacing with the keys - and as everybody (at least everybody sane) uses the same crypto algorithms those can be shared for whatever needs that.
For SSH you’ll have at least two options - if you have a GPG key on that thing just use the auth-key on there (create one if you don’t have that yet) for SSH, if not maybe adding a PIV key is the better option, that should be available via PKCS#11 then. There might be additional options as well, though.