summaryrefslogtreecommitdiff
path: root/scp.1
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 /scp.1
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 'scp.1')
-rw-r--r--scp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/scp.1 b/scp.1
index 74ee5db13..bc5e259f5 100644
--- a/scp.1
+++ b/scp.1
@@ -9,9 +9,9 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.49 2010/01/09 23:04:13 dtucker Exp $ 12.\" $OpenBSD: scp.1,v 1.50 2010/02/08 10:50:20 markus Exp $
13.\" 13.\"
14.Dd $Mdocdate: January 9 2010 $ 14.Dd $Mdocdate: February 8 2010 $
15.Dt SCP 1 15.Dt SCP 1
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -153,6 +153,7 @@ For full details of the options listed below, and their possible values, see
153.It NoHostAuthenticationForLocalhost 153.It NoHostAuthenticationForLocalhost
154.It NumberOfPasswordPrompts 154.It NumberOfPasswordPrompts
155.It PasswordAuthentication 155.It PasswordAuthentication
156.It PKCS11Provider
156.It Port 157.It Port
157.It PreferredAuthentications 158.It PreferredAuthentications
158.It Protocol 159.It Protocol
@@ -164,7 +165,6 @@ For full details of the options listed below, and their possible values, see
164.It SendEnv 165.It SendEnv
165.It ServerAliveInterval 166.It ServerAliveInterval
166.It ServerAliveCountMax 167.It ServerAliveCountMax
167.It SmartcardDevice
168.It StrictHostKeyChecking 168.It StrictHostKeyChecking
169.It TCPKeepAlive 169.It TCPKeepAlive
170.It UsePrivilegedPort 170.It UsePrivilegedPort