diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 01f5f4304..350a8eacd 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.126 2010/01/09 23:04:13 dtucker Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.127 2010/02/08 10:50:20 markus Exp $ |
38 | .Dd $Mdocdate: January 9 2010 $ | 38 | .Dd $Mdocdate: February 8 2010 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -711,6 +711,13 @@ or | |||
711 | .Dq no . | 711 | .Dq no . |
712 | The default is | 712 | The default is |
713 | .Dq no . | 713 | .Dq no . |
714 | .It Cm PKCS11Provider | ||
715 | Specifies which PKCS#11 provider to use. | ||
716 | The argument to this keyword is the PKCS#11 shared libary | ||
717 | .Xr ssh 1 | ||
718 | should use to communicate with a PKCS#11 token used for storing the user's | ||
719 | private RSA key. | ||
720 | By default, no device is specified and PKCS#11 support is not activated. | ||
714 | .It Cm Port | 721 | .It Cm Port |
715 | Specifies the port number to connect on the remote host. | 722 | Specifies the port number to connect on the remote host. |
716 | The default is 22. | 723 | The default is 22. |
@@ -927,13 +934,6 @@ channel to request a response from the server. | |||
927 | The default | 934 | The default |
928 | is 0, indicating that these messages will not be sent to the server. | 935 | is 0, indicating that these messages will not be sent to the server. |
929 | This option applies to protocol version 2 only. | 936 | This option applies to protocol version 2 only. |
930 | .It Cm SmartcardDevice | ||
931 | Specifies which smartcard device to use. | ||
932 | The argument to this keyword is the device | ||
933 | .Xr ssh 1 | ||
934 | should use to communicate with a smartcard used for storing the user's | ||
935 | private RSA key. | ||
936 | By default, no device is specified and smartcard support is not activated. | ||
937 | .It Cm StrictHostKeyChecking | 937 | .It Cm StrictHostKeyChecking |
938 | If this flag is set to | 938 | If this flag is set to |
939 | .Dq yes , | 939 | .Dq yes , |