Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Is it possible that X11 can be forwarded through a SSH tunnel Post 302962805 by smurphy_it on Friday 18th of December 2015 03:13:22 PM
Old 12-18-2015
Ensure "X11Forwarding yes" is set in your ssh server-wide configuration file. Typically /etc/ssh/sshd_config

If it is set to no (or possibly commented out), you'll need to uncomment it and set it to yes. Afterwords, a restart of the ssh daemon will be required. Restarting the daemon depends on the flavour of the OS.

AIX: stopsrc -s sshd, then startsrc -s sshd
Debian: service ssh restart

etc
 

10 More Discussions You Might Find Interesting

1. Programming

using a ssh tunnel with nx compression

hi everybody and thank you for this wondefrul forum this is my first thread posted here and i hope that i could find some help from your part (i am even sure) :D here is the situation: i am to develop an application of remote desktop access such as vnc, vpn and especially nx i want to develop... (0 Replies)
Discussion started by: bolboln01
0 Replies

2. UNIX for Advanced & Expert Users

ssh decipher a tunnel

Two question here, but it's only one on the protocol point of view. If two persons use the same key to connect to a SSH server is there a risk they can decipher the other tunnel. In other terms is that less safe than if they have two separate keys. Same question if two persons use the same user... (2 Replies)
Discussion started by: moi
2 Replies

3. UNIX for Advanced & Expert Users

Stopping SSH tunnel

I have initiated a tunnel for vncserver. now i want to stop it. is there any way except sleep option? (2 Replies)
Discussion started by: majid.merkava
2 Replies

4. UNIX for Dummies Questions & Answers

SSH tunnel working for ssh but not for sshfs

I'm trying to setup a link between my home pc (work-machine) and a server at work (tar-machine) that is behind a gateway (hop-machine) and not directly accessible. my actions: work-machine$ ssh -L 1234:tar-machine:22 hop-machine work-machine$ ssh -p 1234 user@127.0.0.1 - shh access on... (1 Reply)
Discussion started by: Vathau
1 Replies

5. IP Networking

Help with SSH tunnel?

I have a Java web app on machine (X) that needs to talk to an LDAP server (Y) on :636, but the LDAP server is only accessible on a particular network. I can login to a machine (Z) on that network from X, and this machine can talk to the LDAP server on :636. How can I tunnel so that X can... (2 Replies)
Discussion started by: spacegoose
2 Replies

6. UNIX for Advanced & Expert Users

Ssh tunnel question

Hi all I have a suite of scripts that ssh to remote servers within a cluster and run some tests. This is done from a central server so that all of the test results can be captured in one location. Problem is I now have 509 tests and the number is growing. The scripts work by establishing a... (2 Replies)
Discussion started by: steadyonabix
2 Replies

7. Red Hat

X11 forwarding through a tunnel

Is it possible to launch an X11 application and have it use an X11 server on the other side of a bastion host? Specifically, here's my setup: my laptop ------------- bastion -------------- remote host I have putty installed on my laptop. The bastion is rhel 6.5 and the remote host is... (1 Reply)
Discussion started by: tsreyb
1 Replies

8. Proxy Server

WebSocket over SSH tunnel - is it possible?

Hello, I have a video streaming application that utilizes a WebSocket for the server <-> client communication. My goal is to make the video streaming service available over the internet in the cases where neither the server nor client have public IPs. One way to do this is over a VPN... (8 Replies)
Discussion started by: Vladislav
8 Replies

9. Solaris

Tunnel X over ssh for 11.3

Hello Solaris experts: Trying to bring the 11.3 gdm screen over ssh to a Linux Box: I did the following: 1. made chanes to /etc/ssh/sshd_config & bounced ssh daemon: # X11 tunneling options X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes 2. From the remote Linux box: ... (6 Replies)
Discussion started by: delphys
6 Replies

10. UNIX for Advanced & Expert Users

Tunnel using SSH

I am not clear with the part of concept of Tunneling using ssh. ssh -f -N -L 1029 192.168.1.47:25 james@192.168.1.47 I found out that above code works for me . but didn't quite well understood how ti works and need to ask you guys some questions. since we are using tunnel through ssh ... (2 Replies)
Discussion started by: lobsang
2 Replies
GOGOC(8)						    BSD System Manager's Manual 						  GOGOC(8)

NAME
gogoc -- gogoCLIENT SYNOPSIS
gogoc [-h] [-?] [-y] [-n] [-b] gogoc [-f config_file] [-i interface_name] [-u interface_name] [-s interface_name] [-r retry_delay] DESCRIPTION
gogoc provides a means to configure a tunnel obtained from a tunnel server that supports the tunnel setup protocol (TSP). gogoc will connect to a tunnel server and request a tunnel according to the specifications given in the configuration file. As a background process, it will then monitor the state of the tunnel. In the event of a timeout, gogoc will establish a new tunnel. gogoc currently supports three types of tunnels: - v6v4 (IPv6 over IPv4) Supported on FreeBSD, NetBSD, OpenBSD, Linux, Windows, Solaris, Darwin and OpenWRT. - v6udpv4 (IPv6 over UDP over IPv4) Supported on FreeBSD, Linux, Windows, Darwin and OpenWRT. - v4v6 (IPv4 over IPv6 (DSTM)) Supported on FreeBSD and Windows. ARGUMENTS
The following options are available: -h, -? Displays a short usage summary and quits. -y Automatically accept server's public key. -n Run as a foreground process. -b Stop trying to reconnect upon first error received. -f configuration_file Specifies a different configuration file. Default is /etc/gogoc/gogoc.conf. -s interface_name Overrides client_v4 in gogoc.conf(5) -i interface_name Overrides if_tunnel_v6v4 in gogoc.conf(5) -u interface_name Overrides if_tunnel_v6udpv4 in gogoc.conf(5) -r retry_delay Overrides retry_delay in gogoc.conf(5) SEE ALSO
gogoc.conf(5) http://www.gogo6.com ACKNOWLEDGMENT
This software uses code taken from other organizations as : - RSA data security for md5. - The Apache Software Foundation for Base64 encoding and decoding. AUTHORS
gogo6 Inc. http://www.gogo6.com support@gogo6.com gogoCLIENT May 7, 2007 gogoCLIENT
All times are GMT -4. The time now is 09:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy