diff options
author | Damien Miller <djm@mindrot.org> | 2009-02-14 16:34:21 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2009-02-14 16:34:21 +1100 |
commit | 85c6d8a991826fcc1217f5743b0108668c12f7cb (patch) | |
tree | d8c0985baf23de7a0fb2d92cb39ba9be8abda65f /ssh_config.5 | |
parent | 65fa4cab4cf8e795bb624866a27794cae2845210 (diff) |
- djm@cvs.openbsd.org 2009/02/12 03:46:17
[ssh_config.5]
document RemoteForward usage with 0 listen port
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 11 |
1 files changed, 9 insertions, 2 deletions
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 | |||
813 | forwardings can be given on the command line. | 813 | forwardings can be given on the command line. |
814 | Privileged ports can be forwarded only when | 814 | Privileged ports can be forwarded only when |
815 | logging in as root on the remote machine. | 815 | logging in as root on the remote machine. |
816 | .Pp | ||
817 | If the | ||
818 | .Ar port | ||
819 | argument is | ||
820 | .Ql 0 , | ||
821 | the listen port will be dynamically allocated on the server and reported | ||
822 | to the client at run time. | ||
816 | .Pp | 823 | .Pp |
817 | If the | 824 | If the |
818 | .Ar bind_address | 825 | .Ar bind_address |