- 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:
parent
65fa4cab4c
commit
85c6d8a991
|
@ -24,6 +24,9 @@
|
||||||
- djm@cvs.openbsd.org 2009/02/12 03:44:25
|
- djm@cvs.openbsd.org 2009/02/12 03:44:25
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
consistency: Dq => Ql
|
consistency: Dq => Ql
|
||||||
|
- djm@cvs.openbsd.org 2009/02/12 03:46:17
|
||||||
|
[ssh_config.5]
|
||||||
|
document RemoteForward usage with 0 listen port
|
||||||
|
|
||||||
20090212
|
20090212
|
||||||
- (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
|
- (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
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
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 $
|
||||||
|
|
||||||
|
|
11
ssh_config.5
11
ssh_config.5
|
@ -34,8 +34,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_config.5,v 1.116 2009/01/24 17:10:22 naddy Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.117 2009/02/12 03:46:17 djm Exp $
|
||||||
.Dd $Mdocdate: January 24 2009 $
|
.Dd $Mdocdate: February 12 2009 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -813,6 +813,13 @@ Multiple forwardings may be specified, and additional
|
||||||
forwardings can be given on the command line.
|
forwardings can be given on the command line.
|
||||||
Privileged ports can be forwarded only when
|
Privileged ports can be forwarded only when
|
||||||
logging in as root on the remote machine.
|
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
|
.Pp
|
||||||
If the
|
If the
|
||||||
.Ar bind_address
|
.Ar bind_address
|
||||||
|
|
Loading…
Reference in New Issue