summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-10-26 14:24:48 +1000
committerDamien Miller <djm@mindrot.org>2007-10-26 14:24:48 +1000
commitcfb606cd5f1b01d5ffe4e9972a65458d1b923111 (patch)
tree972f8b65f43a88081857a4e846f9f12877c91bef /ssh_config.5
parent32a9dba66d64bee67ddf3894a4677fcb1b87f66a (diff)
- 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
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.512
1 files changed, 10 insertions, 2 deletions
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:
576It is possible to have 576It is possible to have
577multiple identity files specified in configuration files; all these 577multiple identity files specified in configuration files; all these
578identities will be tried in sequence. 578identities will be tried in sequence.
579.It Cm KbdInteractiveAuthentication
580Specifies whether to use keyboard-interactive authentication.
581The argument to this keyword must be
582.Dq yes
583or
584.Dq no .
585The default is
586.Dq yes .
579.It Cm KbdInteractiveDevices 587.It Cm KbdInteractiveDevices
580Specifies the list of methods to use in keyboard-interactive authentication. 588Specifies the list of methods to use in keyboard-interactive authentication.
581Multiple method names must be comma-separated. 589Multiple method names must be comma-separated.