diff options
author | Colin Watson <cjwatson@debian.org> | 2010-03-31 00:48:57 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-03-31 00:48:57 +0100 |
commit | d1a87e462e1db89f19cd960588d0c6b287cb5ccc (patch) | |
tree | f0d13e1687800f36a3c4322b94ac5230ad17bdbf /ssh_config.5 | |
parent | 964476f91b66c475d5b8fa1e8b28d39a97a1b56e (diff) | |
parent | 004a7fb9c6a00b13dc98f56599918a54a3506d10 (diff) |
merge 5.4p1
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 40 |
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 | |||
586 | for protocol version 2. | 586 | for protocol version 2. |
587 | Additionally, any identities represented by the authentication agent | 587 | Additionally, any identities represented by the authentication agent |
588 | will be used for authentication. | 588 | will be used for authentication. |
589 | .Xr ssh 1 | ||
590 | will try to load certificate information from the filename obtained by | ||
591 | appending | ||
592 | .Pa -cert.pub | ||
593 | to the path of a specified | ||
594 | .Cm IdentityFile . | ||
589 | .Pp | 595 | .Pp |
590 | The file name may use the tilde | 596 | The file name may use the tilde |
591 | syntax to refer to a user's home directory or one of the following | 597 | syntax 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 | ||
653 | The command is run synchronously and does not have access to the | ||
654 | session of the | ||
655 | .Xr ssh 1 | ||
656 | that spawned it. | ||
657 | It should not be used for interactive commands. | ||
658 | .Pp | ||
646 | This directive is ignored unless | 659 | This directive is ignored unless |
647 | .Cm PermitLocalCommand | 660 | .Cm PermitLocalCommand |
648 | has been enabled. | 661 | has been enabled. |
@@ -731,6 +744,12 @@ or | |||
731 | .Dq no . | 744 | .Dq no . |
732 | The default is | 745 | The default is |
733 | .Dq no . | 746 | .Dq no . |
747 | .It Cm PKCS11Provider | ||
748 | Specifies which PKCS#11 provider to use. | ||
749 | The argument to this keyword is the PKCS#11 shared libary | ||
750 | .Xr ssh 1 | ||
751 | should use to communicate with a PKCS#11 token providing the user's | ||
752 | private RSA key. | ||
734 | .It Cm Port | 753 | .It Cm Port |
735 | Specifies the port number to connect on the remote host. | 754 | Specifies the port number to connect on the remote host. |
736 | The default is 22. | 755 | The default is 22. |
@@ -757,11 +776,13 @@ The possible values are | |||
757 | and | 776 | and |
758 | .Sq 2 . | 777 | .Sq 2 . |
759 | Multiple versions must be comma-separated. | 778 | Multiple versions must be comma-separated. |
760 | The default is | 779 | When this option is set to |
761 | .Dq 2,1 . | 780 | .Dq 2,1 |
762 | This means that ssh | 781 | .Nm ssh |
763 | tries version 2 and falls back to version 1 | 782 | will try version 2 and fall back to version 1 |
764 | if version 2 is not available. | 783 | if version 2 is not available. |
784 | The default is | ||
785 | .Sq 2 . | ||
765 | .It Cm ProxyCommand | 786 | .It Cm ProxyCommand |
766 | Specifies the command to use to connect to the server. | 787 | Specifies the command to use to connect to the server. |
767 | The command | 788 | The command |
@@ -945,13 +966,6 @@ channel to request a response from the server. | |||
945 | The default | 966 | The default |
946 | is 0, indicating that these messages will not be sent to the server. | 967 | is 0, indicating that these messages will not be sent to the server. |
947 | This option applies to protocol version 2 only. | 968 | This option applies to protocol version 2 only. |
948 | .It Cm SmartcardDevice | ||
949 | Specifies which smartcard device to use. | ||
950 | The argument to this keyword is the device | ||
951 | .Xr ssh 1 | ||
952 | should use to communicate with a smartcard used for storing the user's | ||
953 | private RSA key. | ||
954 | By default, no device is specified and smartcard support is not activated. | ||
955 | .It Cm StrictHostKeyChecking | 969 | .It Cm StrictHostKeyChecking |
956 | If this flag is set to | 970 | If this flag is set to |
957 | .Dq yes , | 971 | .Dq yes , |