Hi,
I'd like to avoid password connexion and use key-pair exchange instead. Is that supported? How to proceed?
Hi,
I'd like to avoid password connexion and use key-pair exchange instead. Is that supported? How to proceed?
Key pairs are not supported yet. If you want more security, you can enable 2FA authentication.
Hello, thank you for your answer, however 2FA is used for GUI, while my request is related to CLI access through SSH.
Moreover, I'd be happy to activate 2FA on my SSH key, but I need to be able to register authorized keys first
We will do some testing and update here. @_zhang Please follow up
You can follow the steps below to use the key to log in:
ssh-keygen -t ecdsa -f test_key
ssh -i ~/.ssh/test_key [email protected]
Hi, thank you very much. Indeed the implemented dropbear does not support all key types, and EC-DSA is working well.
Therefore my problem is solved