summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
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 ea9a20b23..8cf02597d 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
@@ -559,6 +559,12 @@ and
559for protocol version 2. 559for protocol version 2.
560Additionally, any identities represented by the authentication agent 560Additionally, any identities represented by the authentication agent
561will be used for authentication. 561will be used for authentication.
562.Xr ssh 1
563will try to load certificate information from the filename obtained by
564appending
565.Pa -cert.pub
566to the path of a specified
567.Cm IdentityFile .
562.Pp 568.Pp
563The file name may use the tilde 569The file name may use the tilde
564syntax to refer to a user's home directory or one of the following 570syntax to refer to a user's home directory or one of the following
@@ -616,6 +622,13 @@ The following escape character substitutions will be performed:
616(remote user name) or 622(remote user name) or
617.Ql %u 623.Ql %u
618(local user name). 624(local user name).
625.Pp
626The command is run synchronously and does not have access to the
627session of the
628.Xr ssh 1
629that spawned it.
630It should not be used for interactive commands.
631.Pp
619This directive is ignored unless 632This directive is ignored unless
620.Cm PermitLocalCommand 633.Cm PermitLocalCommand
621has been enabled. 634has been enabled.
@@ -704,6 +717,12 @@ or
704.Dq no . 717.Dq no .
705The default is 718The default is
706.Dq no . 719.Dq no .
720.It Cm PKCS11Provider
721Specifies which PKCS#11 provider to use.
722The argument to this keyword is the PKCS#11 shared libary
723.Xr ssh 1
724should use to communicate with a PKCS#11 token providing the user's
725private RSA key.
707.It Cm Port 726.It Cm Port
708Specifies the port number to connect on the remote host. 727Specifies the port number to connect on the remote host.
709The default is 22. 728The default is 22.
@@ -730,11 +749,13 @@ The possible values are
730and 749and
731.Sq 2 . 750.Sq 2 .
732Multiple versions must be comma-separated. 751Multiple versions must be comma-separated.
733The default is 752When this option is set to
734.Dq 2,1 . 753.Dq 2,1
735This means that ssh 754.Nm ssh
736tries version 2 and falls back to version 1 755will try version 2 and fall back to version 1
737if version 2 is not available. 756if version 2 is not available.
757The default is
758.Sq 2 .
738.It Cm ProxyCommand 759.It Cm ProxyCommand
739Specifies the command to use to connect to the server. 760Specifies the command to use to connect to the server.
740The command 761The command
@@ -918,13 +939,6 @@ channel to request a response from the server.
918The default 939The default
919is 0, indicating that these messages will not be sent to the server. 940is 0, indicating that these messages will not be sent to the server.
920This option applies to protocol version 2 only. 941This option applies to protocol version 2 only.
921.It Cm SmartcardDevice
922Specifies which smartcard device to use.
923The argument to this keyword is the device
924.Xr ssh 1
925should use to communicate with a smartcard used for storing the user's
926private RSA key.
927By default, no device is specified and smartcard support is not activated.
928.It Cm StrictHostKeyChecking 942.It Cm StrictHostKeyChecking
929If this flag is set to 943If this flag is set to
930.Dq yes , 944.Dq yes ,