summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-02-12 09:21:02 +1100
committerDamien Miller <djm@mindrot.org>2010-02-12 09:21:02 +1100
commit7ea845e48df6d34a333ebbe79380cba0938d02a5 (patch)
tree44ab0d3fdfe0560b7ca92f5747e9dd5d012aea18 /ssh_config.5
parent17751bcab25681d341442fdc2386a30a6bea345e (diff)
- markus@cvs.openbsd.org 2010/02/08 10:50:20
[pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c] [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5] replace our obsolete smartcard code with PKCS#11. ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev `
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 ,