2013/9/3 Didier Wiroth <[email protected]>

> Yes I did.
> Skey and password currently work (as standalone authentication) with sshd
> and of course on the console (via username:skey syntax).
> But If I try to use skey & password authentication together (via the
> AuthenticationMethods) in sshd it doesn't work.
>
>
Ok.

> Hello,

> > (I'm running  5.4-current)
> > I would like to use multiple authentication in sshd :
> > 2) skey
> > 2) and passwd (as further authentication)
> >
> > I tried many different settings but I can't find the correct syntax
> > for the AuthenticationMethod parameter.
> >
>

It is hard to know what to suggest that you have not already tried...

But (without having tried so no guarantees) here is what I would try:

AuthenticationMethods   keyboard-interactive:skey password

Note the space, the comma signifies alternatives, space means a new list,
one method from each list is required. New since OpenSSH 6.2 I think?

This is if I read the sshd_config man page correctly.

/Johan

Reply via email to