diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 24 |
2 files changed, 16 insertions, 14 deletions
@@ -9,6 +9,10 @@ | |||
9 | - jmc@cvs.openbsd.org 2005/12/20 22:02:50 | 9 | - jmc@cvs.openbsd.org 2005/12/20 22:02:50 |
10 | [ssh.1] | 10 | [ssh.1] |
11 | .Ss -> .Sh: subsections have not made this page more readable | 11 | .Ss -> .Sh: subsections have not made this page more readable |
12 | - jmc@cvs.openbsd.org 2005/12/20 22:09:41 | ||
13 | [ssh.1] | ||
14 | move info on ssh return values and config files up into the main | ||
15 | description; | ||
12 | 16 | ||
13 | 20051220 | 17 | 20051220 |
14 | - (dtucker) OpenBSD CVS Sync | 18 | - (dtucker) OpenBSD CVS Sync |
@@ -3511,4 +3515,4 @@ | |||
3511 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3515 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3512 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3516 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3513 | 3517 | ||
3514 | $Id: ChangeLog,v 1.4041 2005/12/24 03:52:36 djm Exp $ | 3518 | $Id: ChangeLog,v 1.4042 2005/12/24 03:53:04 djm Exp $ |
@@ -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.223 2005/12/20 22:02:50 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.224 2005/12/20 22:09:41 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -613,6 +613,16 @@ Enables trusted X11 forwarding. | |||
613 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 613 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
614 | controls. | 614 | controls. |
615 | .El | 615 | .El |
616 | .Pp | ||
617 | .Nm | ||
618 | may additionally obtain configuration data from | ||
619 | a per-user configuration file and a system-wide configuration file. | ||
620 | The file format and configuration options are described in | ||
621 | .Xr ssh_config 5 . | ||
622 | .Pp | ||
623 | .Nm | ||
624 | exits with the exit status of the remote command or with 255 | ||
625 | if an error occurred. | ||
616 | .Sh AUTHENTICATION | 626 | .Sh AUTHENTICATION |
617 | The OpenSSH SSH client supports OpenSSH protocols 1 and 2. | 627 | The OpenSSH SSH client supports OpenSSH protocols 1 and 2. |
618 | Protocol 2 is the default, with | 628 | Protocol 2 is the default, with |
@@ -777,14 +787,6 @@ will also make the session transparent even if a tty is used. | |||
777 | .Pp | 787 | .Pp |
778 | The session terminates when the command or shell on the remote | 788 | The session terminates when the command or shell on the remote |
779 | machine exits and all X11 and TCP/IP connections have been closed. | 789 | machine exits and all X11 and TCP/IP connections have been closed. |
780 | The exit status of the remote program is returned as the exit status of | ||
781 | .Nm ssh . | ||
782 | .Pp | ||
783 | .Nm | ||
784 | may additionally obtain configuration data from | ||
785 | a per-user configuration file and a system-wide configuration file. | ||
786 | The file format and configuration options are described in | ||
787 | .Xr ssh_config 5 . | ||
788 | .Sh ESCAPE CHARACTERS | 790 | .Sh ESCAPE CHARACTERS |
789 | When a pseudo-terminal has been requested, | 791 | When a pseudo-terminal has been requested, |
790 | .Nm | 792 | .Nm |
@@ -1223,10 +1225,6 @@ Contains additional definitions for environment variables, see section | |||
1223 | .Sx ENVIRONMENT | 1225 | .Sx ENVIRONMENT |
1224 | above. | 1226 | above. |
1225 | .El | 1227 | .El |
1226 | .Sh DIAGNOSTICS | ||
1227 | .Nm | ||
1228 | exits with the exit status of the remote command or with 255 | ||
1229 | if an error occurred. | ||
1230 | .Sh SEE ALSO | 1228 | .Sh SEE ALSO |
1231 | .Xr gzip 1 , | 1229 | .Xr gzip 1 , |
1232 | .Xr rsh 1 , | 1230 | .Xr rsh 1 , |