summaryrefslogtreecommitdiffstats
path: root/ssh_config.0
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.0')
-rw-r--r--ssh_config.032
1 files changed, 19 insertions, 13 deletions
diff --git a/ssh_config.0 b/ssh_config.0
index 381c1ba..005df34 100644
--- a/ssh_config.0
+++ b/ssh_config.0
@@ -324,6 +324,11 @@ DESCRIPTION
It is possible to have multiple identity files specified in con-
figuration files; all these identities will be tried in sequence.
+ KbdInteractiveAuthentication
+ Specifies whether to use keyboard-interactive authentication.
+ The argument to this keyword must be ``yes'' or ``no''. The de-
+ fault is ``yes''.
+
KbdInteractiveDevices
Specifies the list of methods to use in keyboard-interactive au-
thentication. Multiple method names must be comma-separated.
@@ -335,8 +340,9 @@ DESCRIPTION
LocalCommand
Specifies a command to execute on the local machine after suc-
cessfully connecting to the server. The command string extends
- to the end of the line, and is executed with /bin/sh. This di-
- rective is ignored unless PermitLocalCommand has been enabled.
+ to the end of the line, and is executed with the user's shell.
+ This directive is ignored unless PermitLocalCommand has been en-
+ abled.
LocalForward
Specifies that a TCP port on the local machine be forwarded over
@@ -413,16 +419,16 @@ DESCRIPTION
ProxyCommand
Specifies the command to use to connect to the server. The com-
mand string extends to the end of the line, and is executed with
- /bin/sh. In the command string, `%h' will be substituted by the
- host name to connect and `%p' by the port. The command can be
- basically anything, and should read from its standard input and
- write to its standard output. It should eventually connect an
- sshd(8) server running on some machine, or execute sshd -i some-
- where. Host key management will be done using the HostName of
- the host being connected (defaulting to the name typed by the us-
- er). Setting the command to ``none'' disables this option en-
- tirely. Note that CheckHostIP is not available for connects with
- a proxy command.
+ the user's shell. In the command string, `%h' will be substitut-
+ ed by the host name to connect and `%p' by the port. The command
+ can be basically anything, and should read from its standard in-
+ put and write to its standard output. It should eventually con-
+ nect an sshd(8) server running on some machine, or execute sshd
+ -i somewhere. Host key management will be done using the Host-
+ Name of the host being connected (defaulting to the name typed by
+ the user). Setting the command to ``none'' disables this option
+ entirely. Note that CheckHostIP is not available for connects
+ with a proxy command.
This directive is useful in conjunction with nc(1) and its proxy
support. For example, the following directive would connect via
@@ -644,4 +650,4 @@ AUTHORS
ated OpenSSH. Markus Friedl contributed the support for SSH protocol
versions 1.5 and 2.0.
-OpenBSD 4.2 August 15, 2007 10
+OpenBSD 4.3 December 2, 2007 10
OpenPOWER on IntegriCloud