On 2023-08-29, mymlact@gmx.com <mymlact@gmx.com> wrote:
> My question is there any recent documentation / information on setting
> up an openssh server with non-hardware based two factor authentication?
> This does NOT have to be google authenticator, any similar service will
> suffice.
if an ssh key is good enough to be considered as one factor, and a
password as the second, you can use
AuthenticationMethods "publickey,password"
PasswordAuthentication yes
which requires both the ssh key and password
No comments:
Post a Comment