Can the Sshserver require both password and Public key?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
tom_1234
Posts: 16
Joined: Fri 28 Jul 2017 19:50

Can the Sshserver require both password and Public key?

Post by tom_1234 » Wed 30 May 2018 20:47

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

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

Post by ViktorV » Thu 31 May 2018 10:58

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.

Post Reply