summaryrefslogtreecommitdiff
path: root/ssh-add.0
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
committerColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
commit102062f825fb26a74295a1c089c00c4c4c76b68a (patch)
tree3db66bc8c8483cce66516dff36f6ef56065143d9 /ssh-add.0
parent3d246f10429fc9a37b98eabef94fe8dc7c61002b (diff)
parentfd0fa130ecf06d7d092932adcd5d77f1549bfc8d (diff)
Import openssh_8.0p1.orig.tar.gz
Diffstat (limited to 'ssh-add.0')
-rw-r--r--ssh-add.014
1 files changed, 12 insertions, 2 deletions
diff --git a/ssh-add.0 b/ssh-add.0
index d60ae715e..c614a2fe5 100644
--- a/ssh-add.0
+++ b/ssh-add.0
@@ -4,9 +4,10 @@ NAME
4 ssh-add M-bM-^@M-^S adds private key identities to the authentication agent 4 ssh-add M-bM-^@M-^S adds private key identities to the authentication agent
5 5
6SYNOPSIS 6SYNOPSIS
7 ssh-add [-cDdkLlqXx] [-E fingerprint_hash] [-t life] [file ...] 7 ssh-add [-cDdkLlqvXx] [-E fingerprint_hash] [-t life] [file ...]
8 ssh-add -s pkcs11 8 ssh-add -s pkcs11
9 ssh-add -e pkcs11 9 ssh-add -e pkcs11
10 ssh-add -T pubkey ...
10 11
11DESCRIPTION 12DESCRIPTION
12 ssh-add adds private key identities to the authentication agent, 13 ssh-add adds private key identities to the authentication agent,
@@ -65,11 +66,20 @@ DESCRIPTION
65 -s pkcs11 66 -s pkcs11
66 Add keys provided by the PKCS#11 shared library pkcs11. 67 Add keys provided by the PKCS#11 shared library pkcs11.
67 68
69 -T pubkey ...
70 Tests whether the private keys that correspond to the specified
71 pubkey files are usable by performing sign and verify operations
72 on each.
73
68 -t life 74 -t life
69 Set a maximum lifetime when adding identities to an agent. The 75 Set a maximum lifetime when adding identities to an agent. The
70 lifetime may be specified in seconds or in a time format 76 lifetime may be specified in seconds or in a time format
71 specified in sshd_config(5). 77 specified in sshd_config(5).
72 78
79 -v Verbose mode. Causes ssh-add to print debugging messages about
80 its progress. This is helpful in debugging problems. Multiple
81 -v options increase the verbosity. The maximum is 3.
82
73 -X Unlock the agent. 83 -X Unlock the agent.
74 84
75 -x Lock the agent with a password. 85 -x Lock the agent with a password.
@@ -120,4 +130,4 @@ AUTHORS
120 created OpenSSH. Markus Friedl contributed the support for SSH protocol 130 created OpenSSH. Markus Friedl contributed the support for SSH protocol
121 versions 1.5 and 2.0. 131 versions 1.5 and 2.0.
122 132
123OpenBSD 6.4 August 29, 2017 OpenBSD 6.4 133OpenBSD 6.5 January 21, 2019 OpenBSD 6.5