summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-05 12:16:15 +1100
committerDamien Miller <djm@mindrot.org>2002-02-05 12:16:15 +1100
commit07a2d429b2aafe273056f71ab150456fe3ff31ef (patch)
treeeac17fea4c3baa683b75f4b21a42bcdd0c7cf5f1
parent5fab4b9b1d4f3ca90ebb0d9e521430201a706646 (diff)
- markus@cvs.openbsd.org 2002/01/29 23:50:37
[scp.1 ssh.1] mention exit status; ok stevesk@
-rw-r--r--ChangeLog5
-rw-r--r--scp.15
-rw-r--r--ssh.110
3 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b4d8d1495..52d0eb709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,9 @@
45 - markus@cvs.openbsd.org 2002/01/29 22:46:41 45 - markus@cvs.openbsd.org 2002/01/29 22:46:41
46 [session.c] 46 [session.c]
47 don't depend on servconf.c; ok djm@ 47 don't depend on servconf.c; ok djm@
48 - markus@cvs.openbsd.org 2002/01/29 23:50:37
49 [scp.1 ssh.1]
50 mention exit status; ok stevesk@
48 51
4920020130 5220020130
50 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ 53 - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
@@ -7447,4 +7450,4 @@
7447 - Wrote replacements for strlcpy and mkdtemp 7450 - Wrote replacements for strlcpy and mkdtemp
7448 - Released 1.0pre1 7451 - Released 1.0pre1
7449 7452
7450$Id: ChangeLog,v 1.1811 2002/02/05 01:15:07 djm Exp $ 7453$Id: ChangeLog,v 1.1812 2002/02/05 01:16:15 djm Exp $
diff --git a/scp.1 b/scp.1
index d51e680c7..69125c1ff 100644
--- a/scp.1
+++ b/scp.1
@@ -9,7 +9,7 @@
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.20 2001/09/17 23:56:07 stevesk Exp $ 12.\" $OpenBSD: scp.1,v 1.21 2002/01/29 23:50:37 markus Exp $
13.\" 13.\"
14.Dd September 25, 1999 14.Dd September 25, 1999
15.Dt SCP 1 15.Dt SCP 1
@@ -134,6 +134,9 @@ Forces
134.Nm 134.Nm
135to use IPv6 addresses only. 135to use IPv6 addresses only.
136.El 136.El
137.Sh DIAGNOSTICS
138.Nm
139exits with 0 on success or >0 if an error occurred.
137.Sh AUTHORS 140.Sh AUTHORS
138Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi> 141Timo Rinne <tri@iki.fi> and Tatu Ylonen <ylo@cs.hut.fi>
139.Sh HISTORY 142.Sh HISTORY
diff --git a/ssh.1 b/ssh.1
index 42aa37763..08f0c6ce8 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.144 2002/01/16 17:42:33 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.145 2002/01/29 23:50:37 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -207,8 +207,8 @@ the password cannot be seen by someone listening on the network.
207.Pp 207.Pp
208.Ss SSH protocol version 2 208.Ss SSH protocol version 2
209.Pp 209.Pp
210When a user connects using the protocol version 2 210When a user connects using protocol version 2
211different authentication methods are available. 211similar authentication methods are available.
212Using the default values for 212Using the default values for
213.Cm PreferredAuthentications , 213.Cm PreferredAuthentications ,
214the client will try to authenticate first using the hostbased method; 214the client will try to authenticate first using the hostbased method;
@@ -1490,6 +1490,10 @@ Contains additional definitions for environment variables, see section
1490.Sx ENVIRONMENT 1490.Sx ENVIRONMENT
1491above. 1491above.
1492.El 1492.El
1493.Sh DIAGNOSTICS
1494.Nm
1495exits with the exit status of the remote command or with 255
1496if an error occurred.
1493.Sh AUTHORS 1497.Sh AUTHORS
1494OpenSSH is a derivative of the original and free 1498OpenSSH is a derivative of the original and free
1495ssh 1.2.12 release by Tatu Ylonen. 1499ssh 1.2.12 release by Tatu Ylonen.