summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authordlg@openbsd.org <dlg@openbsd.org>2017-08-29 09:42:29 +0000
committerDamien Miller <djm@mindrot.org>2017-09-04 09:38:57 +1000
commit530591a5795a02d01c78877d58604723918aac87 (patch)
treed47ebb52179e01c2e7f6ff29d98632ab85512e1e /ssh-add.1
parenta54eb27dd64b5eca3ba94e15cec3535124bd5029 (diff)
upstream commit
add a -q option to ssh-add to make it quiet on success. if you want to silence ssh-add without this you generally redirect the output to /dev/null, but that can hide error output which you should see. ok djm@ Upstream-ID: 2f31b9b13f99dcf587e9a8ba443458e6c0d8997c
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 509d8fb47..471a23e7c 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.64 2017/05/05 10:41:58 naddy Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.65 2017/08/29 09:42:29 dlg Exp $
2.\" 2.\"
3.\" Author: Tatu Ylonen <ylo@cs.hut.fi> 3.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 35.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37.\" 37.\"
38.Dd $Mdocdate: May 5 2017 $ 38.Dd $Mdocdate: August 29 2017 $
39.Dt SSH-ADD 1 39.Dt SSH-ADD 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -43,7 +43,7 @@
43.Nd adds private key identities to the authentication agent 43.Nd adds private key identities to the authentication agent
44.Sh SYNOPSIS 44.Sh SYNOPSIS
45.Nm ssh-add 45.Nm ssh-add
46.Op Fl cDdkLlXx 46.Op Fl cDdkLlqXx
47.Op Fl E Ar fingerprint_hash 47.Op Fl E Ar fingerprint_hash
48.Op Fl t Ar life 48.Op Fl t Ar life
49.Op Ar 49.Op Ar
@@ -134,6 +134,8 @@ Set a maximum lifetime when adding identities to an agent.
134The lifetime may be specified in seconds or in a time format 134The lifetime may be specified in seconds or in a time format
135specified in 135specified in
136.Xr sshd_config 5 . 136.Xr sshd_config 5 .
137.It Fl q
138Be quiet after a successful operation.
137.It Fl X 139.It Fl X
138Unlock the agent. 140Unlock the agent.
139.It Fl x 141.It Fl x