- OpenBSD CVS Sync

- millert@cvs.openbsd.org 2014/07/24 22:57:10
     [ssh.1]
     Mention UNIX-domain socket forwarding too.  OK jmc@ deraadt@
This commit is contained in:
Damien Miller 2014-07-30 12:32:28 +10:00
parent 56b840f2b8
commit a8a0f65c57
2 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
20140730
- OpenBSD CVS Sync
- millert@cvs.openbsd.org 2014/07/24 22:57:10
[ssh.1]
Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@
20140725 20140725
- (djm) [regress/multiplex.sh] restore incorrectly deleted line; - (djm) [regress/multiplex.sh] restore incorrectly deleted line;
pointed out by Christian Hesse pointed out by Christian Hesse

13
ssh.1
View File

@ -33,8 +33,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: ssh.1,v 1.347 2014/07/16 14:48:57 jmc Exp $ .\" $OpenBSD: ssh.1,v 1.348 2014/07/24 22:57:10 millert Exp $
.Dd $Mdocdate: July 16 2014 $ .Dd $Mdocdate: July 24 2014 $
.Dt SSH 1 .Dt SSH 1
.Os .Os
.Sh NAME .Sh NAME
@ -73,8 +73,9 @@ executing commands on a remote machine.
It is intended to replace rlogin and rsh, It is intended to replace rlogin and rsh,
and provide secure encrypted communications between and provide secure encrypted communications between
two untrusted hosts over an insecure network. two untrusted hosts over an insecure network.
X11 connections and arbitrary TCP ports X11 connections, arbitrary TCP ports and
can also be forwarded over the secure channel. .Ux Ns -domain
sockets can also be forwarded over the secure channel.
.Pp .Pp
.Nm .Nm
connects and logs into the specified connects and logs into the specified
@ -131,7 +132,9 @@ of the connection.
Only useful on systems with more than one address. Only useful on systems with more than one address.
.It Fl C .It Fl C
Requests compression of all data (including stdin, stdout, stderr, and Requests compression of all data (including stdin, stdout, stderr, and
data for forwarded X11 and TCP connections). data for forwarded X11, TCP and
.Ux Ns -domain
connections).
The compression algorithm is the same used by The compression algorithm is the same used by
.Xr gzip 1 , .Xr gzip 1 ,
and the and the