diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh_config.5 | 11 |
2 files changed, 13 insertions, 3 deletions
@@ -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 | ||
28 | 20090212 | 31 | 20090212 |
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 | |||
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 |