mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 01:50:16 +00:00
upstream commit
document available AuthenticationMethods; bz#2453 ok dtucker@ Upstream-ID: 2c70576f237bb699aff59889dbf2acba4276d3d0
This commit is contained in:
parent
71e5a536ec
commit
8042bad97e
@ -33,8 +33,8 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: sshd_config.5,v 1.250 2017/07/23 23:37:02 djm Exp $
|
.\" $OpenBSD: sshd_config.5,v 1.251 2017/09/01 05:50:48 djm Exp $
|
||||||
.Dd $Mdocdate: July 23 2017 $
|
.Dd $Mdocdate: September 1 2017 $
|
||||||
.Dt SSHD_CONFIG 5
|
.Dt SSHD_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -223,6 +223,19 @@ requires successful authentication using two different public keys.
|
|||||||
.Pp
|
.Pp
|
||||||
Note that each authentication method listed should also be explicitly enabled
|
Note that each authentication method listed should also be explicitly enabled
|
||||||
in the configuration.
|
in the configuration.
|
||||||
|
.Pp
|
||||||
|
The available authentication methods are:
|
||||||
|
.Qq gssapi-with-mic ,
|
||||||
|
.Qq hostbased ,
|
||||||
|
.Qq keyboard-interactive ,
|
||||||
|
.Qq none
|
||||||
|
(used for access to password-less accounts when
|
||||||
|
.Cm PermitEmptyPassword
|
||||||
|
is enabled),
|
||||||
|
.Qq password
|
||||||
|
and
|
||||||
|
.Qq publickey .
|
||||||
|
|
||||||
.It Cm AuthorizedKeysCommand
|
.It Cm AuthorizedKeysCommand
|
||||||
Specifies a program to be used to look up the user's public keys.
|
Specifies a program to be used to look up the user's public keys.
|
||||||
The program must be owned by root, not writable by group or others and
|
The program must be owned by root, not writable by group or others and
|
||||||
|
Loading…
Reference in New Issue
Block a user