summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-24 14:53:04 +1100
committerDamien Miller <djm@mindrot.org>2005-12-24 14:53:04 +1100
commite9b333a54494fbc51b76e6877d52ecb2ef8845fa (patch)
tree383e9e58d058e98b2ba495c5efb0b122ae1757a6
parent52d2061ab09517e31d4a7cb548bd05e7b232647c (diff)
- jmc@cvs.openbsd.org 2005/12/20 22:09:41
[ssh.1] move info on ssh return values and config files up into the main description;
-rw-r--r--ChangeLog6
-rw-r--r--ssh.124
2 files changed, 16 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index a2a23c85..aaeeb074 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
- jmc@cvs.openbsd.org 2005/12/20 22:02:50
[ssh.1]
.Ss -> .Sh: subsections have not made this page more readable
+ - jmc@cvs.openbsd.org 2005/12/20 22:09:41
+ [ssh.1]
+ move info on ssh return values and config files up into the main
+ description;
20051220
- (dtucker) OpenBSD CVS Sync
@@ -3511,4 +3515,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4041 2005/12/24 03:52:36 djm Exp $
+$Id: ChangeLog,v 1.4042 2005/12/24 03:53:04 djm Exp $
diff --git a/ssh.1 b/ssh.1
index 1bd0d620..caa78f4a 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.223 2005/12/20 22:02:50 jmc Exp $
+.\" $OpenBSD: ssh.1,v 1.224 2005/12/20 22:09:41 jmc Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -613,6 +613,16 @@ Enables trusted X11 forwarding.
Trusted X11 forwardings are not subjected to the X11 SECURITY extension
controls.
.El
+.Pp
+.Nm
+may additionally obtain configuration data from
+a per-user configuration file and a system-wide configuration file.
+The file format and configuration options are described in
+.Xr ssh_config 5 .
+.Pp
+.Nm
+exits with the exit status of the remote command or with 255
+if an error occurred.
.Sh AUTHENTICATION
The OpenSSH SSH client supports OpenSSH protocols 1 and 2.
Protocol 2 is the default, with
@@ -777,14 +787,6 @@ will also make the session transparent even if a tty is used.
.Pp
The session terminates when the command or shell on the remote
machine exits and all X11 and TCP/IP connections have been closed.
-The exit status of the remote program is returned as the exit status of
-.Nm ssh .
-.Pp
-.Nm
-may additionally obtain configuration data from
-a per-user configuration file and a system-wide configuration file.
-The file format and configuration options are described in
-.Xr ssh_config 5 .
.Sh ESCAPE CHARACTERS
When a pseudo-terminal has been requested,
.Nm
@@ -1223,10 +1225,6 @@ Contains additional definitions for environment variables, see section
.Sx ENVIRONMENT
above.
.El
-.Sh DIAGNOSTICS
-.Nm
-exits with the exit status of the remote command or with 255
-if an error occurred.
.Sh SEE ALSO
.Xr gzip 1 ,
.Xr rsh 1 ,