summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index eeeab9bd1..0f75a5d9b 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.91 2001/02/11 12:59:25 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.92 2001/02/22 21:57:26 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -274,7 +274,7 @@ On most systems, setting the escape character to
274will also make the session transparent even if a tty is used. 274will also make the session transparent even if a tty is used.
275.Pp 275.Pp
276The session terminates when the command or shell on the remote 276The session terminates when the command or shell on the remote
277machine exists and all X11 and TCP/IP connections have been closed. 277machine exits and all X11 and TCP/IP connections have been closed.
278The exit status of the remote program is returned as the exit status 278The exit status of the remote program is returned as the exit status
279of 279of
280.Nm ssh . 280.Nm ssh .
@@ -322,7 +322,7 @@ command line or in a configuration file.
322Forwarding of arbitrary TCP/IP connections over the secure channel can 322Forwarding of arbitrary TCP/IP connections over the secure channel can
323be specified either on command line or in a configuration file. 323be specified either on command line or in a configuration file.
324One possible application of TCP/IP forwarding is a secure connection to an 324One possible application of TCP/IP forwarding is a secure connection to an
325electronic purse; another is going trough firewalls. 325electronic purse; another is going through firewalls.
326.Pp 326.Pp
327.Ss Server authentication 327.Ss Server authentication
328.Pp 328.Pp
@@ -1196,7 +1196,7 @@ also used by rlogin and rsh, which makes using this file insecure.)
1196Each line of the file contains a host name (in the canonical form 1196Each line of the file contains a host name (in the canonical form
1197returned by name servers), and then a user name on that host, 1197returned by name servers), and then a user name on that host,
1198separated by a space. 1198separated by a space.
1199One some machines this file may need to be 1199On some machines this file may need to be
1200world-readable if the user's home directory is on a NFS partition, 1200world-readable if the user's home directory is on a NFS partition,
1201because 1201because
1202.Xr sshd 8 1202.Xr sshd 8