summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:27:53 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-06 21:27:53 +0000
commitae996bf7d1967c83a0e0d71e9e89fa9a27d839f9 (patch)
treef86f60887b43e7afce310e073ac48417f588b1b9 /ssh.1
parent94baf30d14ec1fb5b483ccca983d9faf3ef0ae2e (diff)
- jakob@cvs.openbsd.org 2001/07/31 09:28:44
[readconf.c readconf.h ssh.1 ssh.c] add 'SmartcardDevice' client option to specify which smartcard device is used to access a smartcard used for storing the user's private RSA key. ok markus@.
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.115
1 files changed, 14 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 32d54c37a..4e10ab109 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
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.1,v 1.124 2001/07/25 14:35:18 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.125 2001/07/31 09:28:44 jakob Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -448,6 +448,12 @@ It is possible to have multiple
448.Fl i 448.Fl i
449options (and multiple identities specified in 449options (and multiple identities specified in
450configuration files). 450configuration files).
451.It Fl I Ar smartcard_device
452Specifies which smartcard device to use. The argument is
453the device
454.Nm
455should use to communicate with a smartcard used for storing the user's
456private RSA key.
451.It Fl k 457.It Fl k
452Disables forwarding of Kerberos tickets and AFS tokens. 458Disables forwarding of Kerberos tickets and AFS tokens.
453This may also be specified on a per-host basis in the configuration file. 459This may also be specified on a per-host basis in the configuration file.
@@ -1016,6 +1022,13 @@ or
1016.Dq no . 1022.Dq no .
1017The default is 1023The default is
1018.Dq yes . 1024.Dq yes .
1025.It Cm SmartcardDevice
1026Specifies which smartcard device to use. The argument to this keyword is
1027the device
1028.Nm
1029should use to communicate with a smartcard used for storing the user's
1030private RSA key. By default, no device is specified and smartcard support
1031is not activated.
1019.It Cm StrictHostKeyChecking 1032.It Cm StrictHostKeyChecking
1020If this flag is set to 1033If this flag is set to
1021.Dq yes , 1034.Dq yes ,