summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.518
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 .
712The default is 712The default is
713.Dq no . 713.Dq no .
714.It Cm PKCS11Provider
715Specifies which PKCS#11 provider to use.
716The argument to this keyword is the PKCS#11 shared libary
717.Xr ssh 1
718should use to communicate with a PKCS#11 token used for storing the user's
719private RSA key.
720By default, no device is specified and PKCS#11 support is not activated.
714.It Cm Port 721.It Cm Port
715Specifies the port number to connect on the remote host. 722Specifies the port number to connect on the remote host.
716The default is 22. 723The default is 22.
@@ -927,13 +934,6 @@ channel to request a response from the server.
927The default 934The default
928is 0, indicating that these messages will not be sent to the server. 935is 0, indicating that these messages will not be sent to the server.
929This option applies to protocol version 2 only. 936This option applies to protocol version 2 only.
930.It Cm SmartcardDevice
931Specifies which smartcard device to use.
932The argument to this keyword is the device
933.Xr ssh 1
934should use to communicate with a smartcard used for storing the user's
935private RSA key.
936By default, no device is specified and smartcard support is not activated.
937.It Cm StrictHostKeyChecking 937.It Cm StrictHostKeyChecking
938If this flag is set to 938If this flag is set to
939.Dq yes , 939.Dq yes ,