summaryrefslogtreecommitdiffstats
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-11-05 10:22:00 +0100
committerDarren Tucker <dtucker@zip.com.au>2004-11-05 10:22:00 +0100
commit636ca9024742cde37769f87bf4d19b2405720222 (patch)
tree9b41c9f34fb03ec511dec8f569c584dd9bf54e8f /ssh_config.5
parent - djm@cvs.openbsd.org 2004/09/25 03:45:14 (diff)
downloadopenssh-636ca9024742cde37769f87bf4d19b2405720222.tar.xz
openssh-636ca9024742cde37769f87bf4d19b2405720222.zip
- djm@cvs.openbsd.org 2004/10/07 10:10:24
[scp.1 sftp.1 ssh.1 ssh_config.5] document KbdInteractiveDevices; ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.56
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0e1a031e5..bd0e3e4bd 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
.\" (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.38 2004/06/26 09:11:14 jmc Exp $
+.\" $OpenBSD: ssh_config.5,v 1.39 2004/10/07 10:10:24 djm Exp $
.Dd September 25, 1999
.Dt SSH_CONFIG 5
.Os
@@ -467,6 +467,10 @@ This option is intented for situations where
offers many different identities.
The default is
.Dq no .
+.It Cm KbdInteractiveDevices
+Specifies the list of methods to use in keyboard-interactive authentication.
+Multiple method names must be comma-separated.
+The default is to use the server specified list.
.It Cm LocalForward
Specifies that a TCP/IP port on the local machine be forwarded over
the secure channel to the specified host and port from the remote machine.