Comment on SSH Putty key conversion or android SSH that can use one
alphapuggle@programming.dev 1 year agoThis is actually quite handy, I’ve got a yubikey already and didn’t know they could be used for ssh
Comment on SSH Putty key conversion or android SSH that can use one
alphapuggle@programming.dev 1 year agoThis is actually quite handy, I’ve got a yubikey already and didn’t know they could be used for ssh
aard@kyu.de 1 year 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.