Displaying 2 results from an estimated 2 matches for "u2fauthentication".
Did you mean:
u2f_authentication
2014 Dec 24
2
[PATCH] U2F support in OpenSSH
...an operate in two modes, specified
by the client with the U2FMode option: registration (necessary once per
U2F security key) or authentication (the default).
Since U2F is a two-factor authentication mechanism, you should never use
it as the sole AuthenticationMethod. Therefore, whenever you enable
U2FAuthentication, please also set AuthenticationMethods on the server.
As an example, add the following to your sshd_config:
U2FAuthentication yes
AuthenticationMethods publickey,u2f
(This assumes that you always enter your passphrase for the pubkey,
otherwise perhaps AuthenticationMethods password,u2f would...
2014 Nov 18
55
[Bug 2319] New: [PATCH REVIEW] U2F authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2319
Bug ID: 2319
Summary: [PATCH REVIEW] U2F authentication
Product: Portable OpenSSH
Version: 6.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at