summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-24 14:52:36 +1100
committerDamien Miller <djm@mindrot.org>2005-12-24 14:52:36 +1100
commit52d2061ab09517e31d4a7cb548bd05e7b232647c (patch)
treed401a50b6d27777b67555e00e487e7d2f4530a41 /ssh.1
parentc93a813802cc2a339bcf1dc41c60878a5b1c0373 (diff)
- jmc@cvs.openbsd.org 2005/12/20 22:02:50
[ssh.1] .Ss -> .Sh: subsections have not made this page more readable
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.110
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh.1 b/ssh.1
index 84bd62eb3..1bd0d620e 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.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.
759The password is sent to the remote 759The password is sent to the remote
760host for checking; however, since all communications are encrypted, 760host for checking; however, since all communications are encrypted,
761the password cannot be seen by someone listening on the network. 761the password cannot be seen by someone listening on the network.
762.Ss Login session and remote execution 762.Sh LOGIN SESSION AND REMOTE EXECUTION
763When the user's identity has been accepted by the server, the server 763When the user's identity has been accepted by the server, the server
764either executes the given command, or logs into the machine and gives 764either executes the given command, or logs into the machine and gives
765the user a normal shell on the remote machine. 765the user a normal shell on the remote machine.
@@ -785,7 +785,7 @@ may additionally obtain configuration data from
785a per-user configuration file and a system-wide configuration file. 785a per-user configuration file and a system-wide configuration file.
786The file format and configuration options are described in 786The 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
789When a pseudo-terminal has been requested, 789When a pseudo-terminal has been requested,
790.Nm 790.Nm
791supports a number of functions through the use of an escape character. 791supports a number of functions through the use of an escape character.
@@ -843,7 +843,7 @@ option.
843Request rekeying of the connection 843Request 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
847If the 847If the
848.Cm ForwardX11 848.Cm ForwardX11
849variable is set to 849variable is set to
@@ -902,7 +902,7 @@ Forwarding of arbitrary TCP/IP connections over the secure channel can
902be specified either on the command line or in a configuration file. 902be specified either on the command line or in a configuration file.
903One possible application of TCP/IP forwarding is a secure connection to an 903One possible application of TCP/IP forwarding is a secure connection to an
904electronic purse; another is going through firewalls. 904electronic purse; another is going through firewalls.
905.Ss Server authentication 905.Sh SERVER AUTHENTICATION
906.Nm 906.Nm
907automatically maintains and checks a database containing 907automatically maintains and checks a database containing
908identifications for all hosts it has ever been used with. 908identifications for all hosts it has ever been used with.