diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ssh.1 | 6 |
2 files changed, 8 insertions, 2 deletions
@@ -41,6 +41,10 @@ | |||
41 | [ssh_config.5] | 41 | [ssh_config.5] |
42 | mention '%%' escape sequence in HostName directives and how it may | 42 | mention '%%' escape sequence in HostName directives and how it may |
43 | be used to specify IPv6 link-local addresses | 43 | be used to specify IPv6 link-local addresses |
44 | - djm@cvs.openbsd.org 2014/07/03 05:38:17 | ||
45 | [ssh.1] | ||
46 | document that -g will only work in the multiplexed case if applied to | ||
47 | the mux master | ||
44 | 48 | ||
45 | 20140702 | 49 | 20140702 |
46 | - OpenBSD CVS Sync | 50 | - OpenBSD CVS Sync |
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.345 2014/04/19 18:42:19 tedu Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.346 2014/07/03 05:38:17 djm Exp $ |
37 | .Dd $Mdocdate: April 19 2014 $ | 37 | .Dd $Mdocdate: July 3 2014 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -250,6 +250,8 @@ will wait for all remote port forwards to be successfully established | |||
250 | before placing itself in the background. | 250 | before placing itself in the background. |
251 | .It Fl g | 251 | .It Fl g |
252 | Allows remote hosts to connect to local forwarded ports. | 252 | Allows remote hosts to connect to local forwarded ports. |
253 | If used on a multiplexed connection, then this option must be specified | ||
254 | on the master process. | ||
253 | .It Fl I Ar pkcs11 | 255 | .It Fl I Ar pkcs11 |
254 | Specify the PKCS#11 shared library | 256 | Specify the PKCS#11 shared library |
255 | .Nm | 257 | .Nm |