diff options
Diffstat (limited to 'ssh.1')
-rw-r--r-- | ssh.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -34,7 +34,7 @@ | |||
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.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $ | 37 | .\" $OpenBSD: ssh.1,v 1.110 2001/05/15 22:04:01 deraadt Exp $ |
38 | .Dd September 25, 1999 | 38 | .Dd September 25, 1999 |
39 | .Dt SSH 1 | 39 | .Dt SSH 1 |
40 | .Os | 40 | .Os |
@@ -304,7 +304,16 @@ and if the peer supports it) | |||
304 | .Pp | 304 | .Pp |
305 | .Ss X11 and TCP forwarding | 305 | .Ss X11 and TCP forwarding |
306 | .Pp | 306 | .Pp |
307 | If the user is using X11 (the | 307 | If the |
308 | .Cm ForwardX11 | ||
309 | variable is set to | ||
310 | .Dq yes | ||
311 | (or, see the description of the | ||
312 | .Fl X | ||
313 | and | ||
314 | .Fl x | ||
315 | options described later) | ||
316 | and the user is using X11 (the | ||
308 | .Ev DISPLAY | 317 | .Ev DISPLAY |
309 | environment variable is set), the connection to the X11 display is | 318 | environment variable is set), the connection to the X11 display is |
310 | automatically forwarded to the remote side in such a way that any X11 | 319 | automatically forwarded to the remote side in such a way that any X11 |