Page 1 of 1

Can the Sshserver require both password and Public key?

Posted: Wed 30 May 2018 20:47
by tom_1234
I am use the SSHServer in my Delphi app and have set the TScUser.Authentications to [uaPublicKey, uaPassword] for a User.

This lets the user login in with either a password OR a PublicKey.
Is there a way to require the user to use BOTH a password AND a publickey?

Thanks
Tom

Re: Can the Sshserver require both password and Public key?

Posted: Thu 31 May 2018 10:58
by ViktorV
We do not see the need of concurrently using public key and password authentication.
But, if you want us to add this functionality, please write about it at our User Voice forum: https://devart.uservoice.com/forums/174370-securebridge. If your suggestion gets enough votes, we will consider the possibility of its implementation.