diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh.1 | 10 |
2 files changed, 9 insertions, 6 deletions
@@ -6,6 +6,9 @@ | |||
6 | authentication; | 6 | authentication; |
7 | feedback djm dtucker | 7 | feedback djm dtucker |
8 | ok deraadt markus dtucker | 8 | ok deraadt markus dtucker |
9 | - jmc@cvs.openbsd.org 2005/12/20 22:02:50 | ||
10 | [ssh.1] | ||
11 | .Ss -> .Sh: subsections have not made this page more readable | ||
9 | 12 | ||
10 | 20051220 | 13 | 20051220 |
11 | - (dtucker) OpenBSD CVS Sync | 14 | - (dtucker) OpenBSD CVS Sync |
@@ -3508,4 +3511,4 @@ | |||
3508 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3511 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3509 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3512 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3510 | 3513 | ||
3511 | $Id: ChangeLog,v 1.4040 2005/12/24 03:52:13 djm Exp $ | 3514 | $Id: ChangeLog,v 1.4041 2005/12/24 03:52:36 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.222 2005/12/20 21:59:43 jmc Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.223 2005/12/20 22:02:50 jmc Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -759,7 +759,7 @@ prompts the user for a password. | |||
759 | The password is sent to the remote | 759 | The password is sent to the remote |
760 | host for checking; however, since all communications are encrypted, | 760 | host for checking; however, since all communications are encrypted, |
761 | the password cannot be seen by someone listening on the network. | 761 | the password cannot be seen by someone listening on the network. |
762 | .Ss Login session and remote execution | 762 | .Sh LOGIN SESSION AND REMOTE EXECUTION |
763 | When the user's identity has been accepted by the server, the server | 763 | When the user's identity has been accepted by the server, the server |
764 | either executes the given command, or logs into the machine and gives | 764 | either executes the given command, or logs into the machine and gives |
765 | the user a normal shell on the remote machine. | 765 | the user a normal shell on the remote machine. |
@@ -785,7 +785,7 @@ may additionally obtain configuration data from | |||
785 | a per-user configuration file and a system-wide configuration file. | 785 | a per-user configuration file and a system-wide configuration file. |
786 | The file format and configuration options are described in | 786 | The file format and configuration options are described in |
787 | .Xr ssh_config 5 . | 787 | .Xr ssh_config 5 . |
788 | .Ss Escape Characters | 788 | .Sh ESCAPE CHARACTERS |
789 | When a pseudo-terminal has been requested, | 789 | When a pseudo-terminal has been requested, |
790 | .Nm | 790 | .Nm |
791 | supports a number of functions through the use of an escape character. | 791 | supports a number of functions through the use of an escape character. |
@@ -843,7 +843,7 @@ option. | |||
843 | Request rekeying of the connection | 843 | Request rekeying of the connection |
844 | (only useful for SSH protocol version 2 and if the peer supports it). | 844 | (only useful for SSH protocol version 2 and if the peer supports it). |
845 | .El | 845 | .El |
846 | .Ss X11 and TCP forwarding | 846 | .Sh X11 AND TCP FORWARDING |
847 | If the | 847 | If the |
848 | .Cm ForwardX11 | 848 | .Cm ForwardX11 |
849 | variable is set to | 849 | variable is set to |
@@ -902,7 +902,7 @@ Forwarding of arbitrary TCP/IP connections over the secure channel can | |||
902 | be specified either on the command line or in a configuration file. | 902 | be specified either on the command line or in a configuration file. |
903 | One possible application of TCP/IP forwarding is a secure connection to an | 903 | One possible application of TCP/IP forwarding is a secure connection to an |
904 | electronic purse; another is going through firewalls. | 904 | electronic purse; another is going through firewalls. |
905 | .Ss Server authentication | 905 | .Sh SERVER AUTHENTICATION |
906 | .Nm | 906 | .Nm |
907 | automatically maintains and checks a database containing | 907 | automatically maintains and checks a database containing |
908 | identifications for all hosts it has ever been used with. | 908 | identifications for all hosts it has ever been used with. |