diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ssh.1 | 13 |
2 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20140730 | ||
2 | - OpenBSD CVS Sync | ||
3 | - millert@cvs.openbsd.org 2014/07/24 22:57:10 | ||
4 | [ssh.1] | ||
5 | Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@ | ||
6 | |||
1 | 20140725 | 7 | 20140725 |
2 | - (djm) [regress/multiplex.sh] restore incorrectly deleted line; | 8 | - (djm) [regress/multiplex.sh] restore incorrectly deleted line; |
3 | pointed out by Christian Hesse | 9 | pointed out by Christian Hesse |
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.347 2014/07/16 14:48:57 jmc Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.348 2014/07/24 22:57:10 millert Exp $ |
37 | .Dd $Mdocdate: July 16 2014 $ | 37 | .Dd $Mdocdate: July 24 2014 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -73,8 +73,9 @@ executing commands on a remote machine. | |||
73 | It is intended to replace rlogin and rsh, | 73 | It is intended to replace rlogin and rsh, |
74 | and provide secure encrypted communications between | 74 | and provide secure encrypted communications between |
75 | two untrusted hosts over an insecure network. | 75 | two untrusted hosts over an insecure network. |
76 | X11 connections and arbitrary TCP ports | 76 | X11 connections, arbitrary TCP ports and |
77 | can also be forwarded over the secure channel. | 77 | .Ux Ns -domain |
78 | sockets can also be forwarded over the secure channel. | ||
78 | .Pp | 79 | .Pp |
79 | .Nm | 80 | .Nm |
80 | connects and logs into the specified | 81 | connects and logs into the specified |
@@ -131,7 +132,9 @@ of the connection. | |||
131 | Only useful on systems with more than one address. | 132 | Only useful on systems with more than one address. |
132 | .It Fl C | 133 | .It Fl C |
133 | Requests compression of all data (including stdin, stdout, stderr, and | 134 | Requests compression of all data (including stdin, stdout, stderr, and |
134 | data for forwarded X11 and TCP connections). | 135 | data for forwarded X11, TCP and |
136 | .Ux Ns -domain | ||
137 | connections). | ||
135 | The compression algorithm is the same used by | 138 | The compression algorithm is the same used by |
136 | .Xr gzip 1 , | 139 | .Xr gzip 1 , |
137 | and the | 140 | and the |