I am securing my ssh access to my bastion host via yubikeys:
- ssh-keygen -t ed25519-sk -O resident -f ~/.ssh/id_mykey_sk
- add id_mykey_sk.pub to the .ssh/authorized_keys at myaccount@bastionhost
- import id_mykey_sk to the keyfiles of webssh
- configure a ssh session with id_mykey_sk
- connect to bastion host: webssh asks for the password, but after entering the pw webssh complains that is can not interpret the key
Is there any support planned?
Regards, A.
I am securing my ssh access to my bastion host via yubikeys:
Is there any support planned?
Regards, A.