diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-11-05 20:22:00 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-11-05 20:22:00 +1100 |
commit | 636ca9024742cde37769f87bf4d19b2405720222 (patch) | |
tree | 9b41c9f34fb03ec511dec8f569c584dd9bf54e8f /ssh_config.5 | |
parent | 3269b13817f7da680a4da4a00b13948ccbb17a22 (diff) |
- 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.5 | 6 |
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 @@ | |||
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.38 2004/06/26 09:11:14 jmc Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.39 2004/10/07 10:10:24 djm Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
@@ -467,6 +467,10 @@ This option is intented for situations where | |||
467 | offers many different identities. | 467 | offers many different identities. |
468 | The default is | 468 | The default is |
469 | .Dq no . | 469 | .Dq no . |
470 | .It Cm KbdInteractiveDevices | ||
471 | Specifies the list of methods to use in keyboard-interactive authentication. | ||
472 | Multiple method names must be comma-separated. | ||
473 | The default is to use the server specified list. | ||
470 | .It Cm LocalForward | 474 | .It Cm LocalForward |
471 | Specifies that a TCP/IP port on the local machine be forwarded over | 475 | Specifies that a TCP/IP port on the local machine be forwarded over |
472 | the secure channel to the specified host and port from the remote machine. | 476 | the secure channel to the specified host and port from the remote machine. |