diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |