diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2007-09-21 03:05:24 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2007-09-21 03:05:24 +0000 |
commit | d75d587962dffd9145fb973663f09b9999e5082d (patch) | |
tree | 3a42b00b26f722bdee70c9e748e9870e7e4d8f94 /usr.bin/ssh/ssh_config.5 | |
parent | 3d5f27b0e21230f8c7dc0868085fec744af0d3fe (diff) |
document KbdInteractiveAuthentication in ssh_config.5;
patch from dkg AT fifthhorseman.net
Diffstat (limited to 'usr.bin/ssh/ssh_config.5')
-rw-r--r-- | usr.bin/ssh/ssh_config.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 95af3976a97..1a313d46ae2 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -34,8 +34,8 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 $ -.Dd $Mdocdate: August 15 2007 $ +.\" $OpenBSD: ssh_config.5,v 1.103 2007/09/21 03:05:23 djm Exp $ +.Dd $Mdocdate: September 21 2007 $ .Dt SSH_CONFIG 5 .Os .Sh NAME @@ -576,6 +576,14 @@ escape characters: It is possible to have multiple identity files specified in configuration files; all these 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 Specifies the list of methods to use in keyboard-interactive authentication. Multiple method names must be comma-separated. |