mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 07:15:36 +02:00
- markus@cvs.openbsd.org 2002/01/29 16:41:19
[ssh-add.1] add DIAGNOSTICS; ok stevesk@
This commit is contained in:
parent
baa0870852
commit
c313be2756
@ -39,6 +39,9 @@
|
|||||||
- stevesk@cvs.openbsd.org 2002/01/29 16:29:02
|
- stevesk@cvs.openbsd.org 2002/01/29 16:29:02
|
||||||
[session.c]
|
[session.c]
|
||||||
limit subsystem length in log; ok markus@
|
limit subsystem length in log; ok markus@
|
||||||
|
- markus@cvs.openbsd.org 2002/01/29 16:41:19
|
||||||
|
[ssh-add.1]
|
||||||
|
add DIAGNOSTICS; ok stevesk@
|
||||||
|
|
||||||
20020130
|
20020130
|
||||||
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
||||||
@ -7441,4 +7444,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1809 2002/02/05 01:14:10 djm Exp $
|
$Id: ChangeLog,v 1.1810 2002/02/05 01:14:41 djm Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: ssh-add.1,v 1.28 2001/12/21 10:06:43 djm Exp $
|
.\" $OpenBSD: ssh-add.1,v 1.29 2002/01/29 16:41:19 markus Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
@ -135,6 +135,11 @@ may be necessary to redirect the input from
|
|||||||
.Pa /dev/null
|
.Pa /dev/null
|
||||||
to make this work.)
|
to make this work.)
|
||||||
.El
|
.El
|
||||||
|
.Sh DIAGNOSTICS
|
||||||
|
Exit status is 0 on success, 1 if the specified command fails,
|
||||||
|
and 2 if
|
||||||
|
.Nm
|
||||||
|
is unable to contact the authentication agent.
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
OpenSSH is a derivative of the original and free
|
OpenSSH is a derivative of the original and free
|
||||||
ssh 1.2.12 release by Tatu Ylonen.
|
ssh 1.2.12 release by Tatu Ylonen.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user