diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ssh_config.5 | 12 |
2 files changed, 16 insertions, 3 deletions
@@ -4,6 +4,11 @@ | |||
4 | [sshpty.c] | 4 | [sshpty.c] |
5 | remove #if defined block not needed; ok markus@ dtucker@ | 5 | remove #if defined block not needed; ok markus@ dtucker@ |
6 | (NB. RCD ID sync only for portable) | 6 | (NB. RCD ID sync only for portable) |
7 | - djm@cvs.openbsd.org 2007/09/21 03:05:23 | ||
8 | [ssh_config.5] | ||
9 | document KbdInteractiveAuthentication in ssh_config.5; | ||
10 | patch from dkg AT fifthhorseman.net | ||
11 | |||
7 | 20070927 | 12 | 20070927 |
8 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if | 13 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if |
9 | we don't have <poll.h> (eq QNX). From bacon at cs nyu edu. | 14 | we don't have <poll.h> (eq QNX). From bacon at cs nyu edu. |
@@ -3274,4 +3279,4 @@ | |||
3274 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3279 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3275 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3280 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3276 | 3281 | ||
3277 | $Id: ChangeLog,v 1.4761 2007/10/26 04:24:30 djm Exp $ | 3282 | $Id: ChangeLog,v 1.4762 2007/10/26 04:24:48 djm Exp $ |
diff --git a/ssh_config.5 b/ssh_config.5 index 95af3976a..1a313d46a 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -34,8 +34,8 @@ | |||
34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 34 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 35 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
36 | .\" | 36 | .\" |
37 | .\" $OpenBSD: ssh_config.5,v 1.102 2007/08/15 12:13:41 stevesk Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.103 2007/09/21 03:05:23 djm Exp $ |
38 | .Dd $Mdocdate: August 15 2007 $ | 38 | .Dd $Mdocdate: September 21 2007 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -576,6 +576,14 @@ escape characters: | |||
576 | It is possible to have | 576 | It is possible to have |
577 | multiple identity files specified in configuration files; all these | 577 | multiple identity files specified in configuration files; all these |
578 | identities will be tried in sequence. | 578 | identities will be tried in sequence. |
579 | .It Cm KbdInteractiveAuthentication | ||
580 | Specifies whether to use keyboard-interactive authentication. | ||
581 | The argument to this keyword must be | ||
582 | .Dq yes | ||
583 | or | ||
584 | .Dq no . | ||
585 | The default is | ||
586 | .Dq yes . | ||
579 | .It Cm KbdInteractiveDevices | 587 | .It Cm KbdInteractiveDevices |
580 | Specifies the list of methods to use in keyboard-interactive authentication. | 588 | Specifies the list of methods to use in keyboard-interactive authentication. |
581 | Multiple method names must be comma-separated. | 589 | Multiple method names must be comma-separated. |