- deraadt@cvs.openbsd.org 2001/05/15 22:04:01
[ssh.1] X11 forwarding details improved
This commit is contained in:
parent
abbb73d089
commit
7121507b19
|
@ -3,6 +3,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/05/12 19:53:13
|
- markus@cvs.openbsd.org 2001/05/12 19:53:13
|
||||||
[sftp-server.c]
|
[sftp-server.c]
|
||||||
readlink does not NULL-terminate; mhe@home.se
|
readlink does not NULL-terminate; mhe@home.se
|
||||||
|
- deraadt@cvs.openbsd.org 2001/05/15 22:04:01
|
||||||
|
[ssh.1]
|
||||||
|
X11 forwarding details improved
|
||||||
|
|
||||||
20010512
|
20010512
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5408,4 +5411,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1219 2001/05/17 03:14:57 mouring Exp $
|
$Id: ChangeLog,v 1.1220 2001/05/17 03:16:18 mouring Exp $
|
||||||
|
|
13
ssh.1
13
ssh.1
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.109 2001/05/04 14:21:55 stevesk Exp $
|
.\" $OpenBSD: ssh.1,v 1.110 2001/05/15 22:04:01 deraadt Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -304,7 +304,16 @@ and if the peer supports it)
|
||||||
.Pp
|
.Pp
|
||||||
.Ss X11 and TCP forwarding
|
.Ss X11 and TCP forwarding
|
||||||
.Pp
|
.Pp
|
||||||
If the user is using X11 (the
|
If the
|
||||||
|
.Cm ForwardX11
|
||||||
|
variable is set to
|
||||||
|
.Dq yes
|
||||||
|
(or, see the description of the
|
||||||
|
.Fl X
|
||||||
|
and
|
||||||
|
.Fl x
|
||||||
|
options described later)
|
||||||
|
and the user is using X11 (the
|
||||||
.Ev DISPLAY
|
.Ev DISPLAY
|
||||||
environment variable is set), the connection to the X11 display is
|
environment variable is set), the connection to the X11 display is
|
||||||
automatically forwarded to the remote side in such a way that any X11
|
automatically forwarded to the remote side in such a way that any X11
|
||||||
|
|
Loading…
Reference in New Issue