summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-31 00:48:57 +0100
committerColin Watson <cjwatson@debian.org>2010-03-31 00:48:57 +0100
commitd1a87e462e1db89f19cd960588d0c6b287cb5ccc (patch)
treef0d13e1687800f36a3c4322b94ac5230ad17bdbf /ssh_config.5
parent964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff)
parent004a7fb9c6a00b13dc98f56599918a54a3506d10 (diff)
merge 5.4p1
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.540
1 files changed, 27 insertions, 13 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 024491b90..de1c71765 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.119 2009/02/22 23:50:57 djm Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.129 2010/03/05 10:28:21 djm Exp $
38.Dd $Mdocdate: February 22 2009 $ 38.Dd $Mdocdate: March 5 2010 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -586,6 +586,12 @@ and
586for protocol version 2. 586for protocol version 2.
587Additionally, any identities represented by the authentication agent 587Additionally, any identities represented by the authentication agent
588will be used for authentication. 588will be used for authentication.
589.Xr ssh 1
590will try to load certificate information from the filename obtained by
591appending
592.Pa -cert.pub
593to the path of a specified
594.Cm IdentityFile .
589.Pp 595.Pp
590The file name may use the tilde 596The file name may use the tilde
591syntax to refer to a user's home directory or one of the following 597syntax to refer to a user's home directory or one of the following
@@ -643,6 +649,13 @@ The following escape character substitutions will be performed:
643(remote user name) or 649(remote user name) or
644.Ql %u 650.Ql %u
645(local user name). 651(local user name).
652.Pp
653The command is run synchronously and does not have access to the
654session of the
655.Xr ssh 1
656that spawned it.
657It should not be used for interactive commands.
658.Pp
646This directive is ignored unless 659This directive is ignored unless
647.Cm PermitLocalCommand 660.Cm PermitLocalCommand
648has been enabled. 661has been enabled.
@@ -731,6 +744,12 @@ or
731.Dq no . 744.Dq no .
732The default is 745The default is
733.Dq no . 746.Dq no .
747.It Cm PKCS11Provider
748Specifies which PKCS#11 provider to use.
749The argument to this keyword is the PKCS#11 shared libary
750.Xr ssh 1
751should use to communicate with a PKCS#11 token providing the user's
752private RSA key.
734.It Cm Port 753.It Cm Port
735Specifies the port number to connect on the remote host. 754Specifies the port number to connect on the remote host.
736The default is 22. 755The default is 22.
@@ -757,11 +776,13 @@ The possible values are
757and 776and
758.Sq 2 . 777.Sq 2 .
759Multiple versions must be comma-separated. 778Multiple versions must be comma-separated.
760The default is 779When this option is set to
761.Dq 2,1 . 780.Dq 2,1
762This means that ssh 781.Nm ssh
763tries version 2 and falls back to version 1 782will try version 2 and fall back to version 1
764if version 2 is not available. 783if version 2 is not available.
784The default is
785.Sq 2 .
765.It Cm ProxyCommand 786.It Cm ProxyCommand
766Specifies the command to use to connect to the server. 787Specifies the command to use to connect to the server.
767The command 788The command
@@ -945,13 +966,6 @@ channel to request a response from the server.
945The default 966The default
946is 0, indicating that these messages will not be sent to the server. 967is 0, indicating that these messages will not be sent to the server.
947This option applies to protocol version 2 only. 968This option applies to protocol version 2 only.
948.It Cm SmartcardDevice
949Specifies which smartcard device to use.
950The argument to this keyword is the device
951.Xr ssh 1
952should use to communicate with a smartcard used for storing the user's
953private RSA key.
954By default, no device is specified and smartcard support is not activated.
955.It Cm StrictHostKeyChecking 969.It Cm StrictHostKeyChecking
956If this flag is set to 970If this flag is set to
957.Dq yes , 971.Dq yes ,