- djm@cvs.openbsd.org 2009/02/12 03:46:17

[ssh_config.5]
     document RemoteForward usage with 0 listen port
This commit is contained in:
Damien Miller 2009-02-14 16:34:21 +11:00
parent 65fa4cab4c
commit 85c6d8a991
2 changed files with 13 additions and 3 deletions

View File

@ -24,6 +24,9 @@
- djm@cvs.openbsd.org 2009/02/12 03:44:25
[ssh.1]
consistency: Dq => Ql
- djm@cvs.openbsd.org 2009/02/12 03:46:17
[ssh_config.5]
document RemoteForward usage with 0 listen port
20090212
- (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
@ -5150,5 +5153,5 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5191 2009/02/14 05:34:05 djm Exp $
$Id: ChangeLog,v 1.5192 2009/02/14 05:34:21 djm Exp $

View File

@ -34,8 +34,8 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $OpenBSD: ssh_config.5,v 1.116 2009/01/24 17:10:22 naddy Exp $
.Dd $Mdocdate: January 24 2009 $
.\" $OpenBSD: ssh_config.5,v 1.117 2009/02/12 03:46:17 djm Exp $
.Dd $Mdocdate: February 12 2009 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
@ -815,6 +815,13 @@ Privileged ports can be forwarded only when
logging in as root on the remote machine.
.Pp
If the
.Ar port
argument is
.Ql 0 ,
the listen port will be dynamically allocated on the server and reported
to the client at run time.
.Pp
If the
.Ar bind_address
is not specified, the default is to only bind to loopback addresses.
If the