diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 350a8eacd..7ab5d02fd 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.127 2010/02/08 10:50:20 markus Exp $ | 37 | .\" $OpenBSD: ssh_config.5,v 1.128 2010/02/10 23:20:38 markus Exp $ |
38 | .Dd $Mdocdate: February 8 2010 $ | 38 | .Dd $Mdocdate: February 10 2010 $ |
39 | .Dt SSH_CONFIG 5 | 39 | .Dt SSH_CONFIG 5 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -715,9 +715,8 @@ The default is | |||
715 | Specifies which PKCS#11 provider to use. | 715 | Specifies which PKCS#11 provider to use. |
716 | The argument to this keyword is the PKCS#11 shared libary | 716 | The argument to this keyword is the PKCS#11 shared libary |
717 | .Xr ssh 1 | 717 | .Xr ssh 1 |
718 | should use to communicate with a PKCS#11 token used for storing the user's | 718 | should use to communicate with a PKCS#11 token providing the user's |
719 | private RSA key. | 719 | private RSA key. |
720 | By default, no device is specified and PKCS#11 support is not activated. | ||
721 | .It Cm Port | 720 | .It Cm Port |
722 | Specifies the port number to connect on the remote host. | 721 | Specifies the port number to connect on the remote host. |
723 | The default is 22. | 722 | The default is 22. |