summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-02-14 16:34:21 +1100
committerDamien Miller <djm@mindrot.org>2009-02-14 16:34:21 +1100
commit85c6d8a991826fcc1217f5743b0108668c12f7cb (patch)
treed8c0985baf23de7a0fb2d92cb39ba9be8abda65f
parent65fa4cab4cf8e795bb624866a27794cae2845210 (diff)
- djm@cvs.openbsd.org 2009/02/12 03:46:17
[ssh_config.5] document RemoteForward usage with 0 listen port
-rw-r--r--ChangeLog5
-rw-r--r--ssh_config.511
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dc981f7eb..3dfe3f5ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,9 @@
24 - djm@cvs.openbsd.org 2009/02/12 03:44:25 24 - djm@cvs.openbsd.org 2009/02/12 03:44:25
25 [ssh.1] 25 [ssh.1]
26 consistency: Dq => Ql 26 consistency: Dq => Ql
27 - djm@cvs.openbsd.org 2009/02/12 03:46:17
28 [ssh_config.5]
29 document RemoteForward usage with 0 listen port
27 30
2820090212 3120090212
29 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically 32 - (djm) [sshpty.c] bz#1419: OSX uses cloning ptys that automagically
@@ -5150,5 +5153,5 @@
5150 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5153 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5151 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5154 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5152 5155
5153$Id: ChangeLog,v 1.5191 2009/02/14 05:34:05 djm Exp $ 5156$Id: ChangeLog,v 1.5192 2009/02/14 05:34:21 djm Exp $
5154 5157
diff --git a/ssh_config.5 b/ssh_config.5
index 376d928a1..1f8e6c0bd 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,8 +34,8 @@
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_config.5,v 1.116 2009/01/24 17:10:22 naddy Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.117 2009/02/12 03:46:17 djm Exp $
38.Dd $Mdocdate: January 24 2009 $ 38.Dd $Mdocdate: February 12 2009 $
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -813,6 +813,13 @@ Multiple forwardings may be specified, and additional
813forwardings can be given on the command line. 813forwardings can be given on the command line.
814Privileged ports can be forwarded only when 814Privileged ports can be forwarded only when
815logging in as root on the remote machine. 815logging in as root on the remote machine.
816.Pp
817If the
818.Ar port
819argument is
820.Ql 0 ,
821the listen port will be dynamically allocated on the server and reported
822to the client at run time.
816.Pp 823.Pp
817If the 824If the
818.Ar bind_address 825.Ar bind_address