- djm@cvs.openbsd.org 2007/09/21 03:05:23

[ssh_config.5]
     document KbdInteractiveAuthentication in ssh_config.5;
     patch from dkg AT fifthhorseman.net
This commit is contained in:
Damien Miller 2007-10-26 14:24:48 +10:00
parent 32a9dba66d
commit cfb606cd5f
2 changed files with 16 additions and 3 deletions

View File

@ -4,6 +4,11 @@
[sshpty.c] [sshpty.c]
remove #if defined block not needed; ok markus@ dtucker@ remove #if defined block not needed; ok markus@ dtucker@
(NB. RCD ID sync only for portable) (NB. RCD ID sync only for portable)
- djm@cvs.openbsd.org 2007/09/21 03:05:23
[ssh_config.5]
document KbdInteractiveAuthentication in ssh_config.5;
patch from dkg AT fifthhorseman.net
20070927 20070927
- (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if
we don't have <poll.h> (eq QNX). From bacon at cs nyu edu. we don't have <poll.h> (eq QNX). From bacon at cs nyu edu.
@ -3274,4 +3279,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4761 2007/10/26 04:24:30 djm Exp $ $Id: ChangeLog,v 1.4762 2007/10/26 04:24:48 djm Exp $

View File

@ -34,8 +34,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: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $ .\" $OpenBSD: ssh_config.5,v 1.103 2007/09/21 03:05:23 djm Exp $
.Dd $Mdocdate: August 15 2007 $ .Dd $Mdocdate: September 21 2007 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -576,6 +576,14 @@ escape characters:
It is possible to have It is possible to have
multiple identity files specified in configuration files; all these multiple identity files specified in configuration files; all these
identities will be tried in sequence. identities will be tried in sequence.
.It Cm KbdInteractiveAuthentication
Specifies whether to use keyboard-interactive authentication.
The argument to this keyword must be
.Dq yes
or
.Dq no .
The default is
.Dq yes .
.It Cm KbdInteractiveDevices .It Cm KbdInteractiveDevices
Specifies the list of methods to use in keyboard-interactive authentication. Specifies the list of methods to use in keyboard-interactive authentication.
Multiple method names must be comma-separated. Multiple method names must be comma-separated.