Re: port forwarding and RDP or ssh

2024-03-12 Thread Samuel Sieb
On 3/12/24 11:49, Alex wrote: However, even when launching gnome-terminal when none is currently running, it still launches on the remote system, not my desktop. You can try running "export GDK_BACKEND=x11" before running evolution. Setting that env variable causes evolution to not run at

Re: port forwarding and RDP or ssh

2024-03-12 Thread Ron Flory via users
On 3/11/24 12:45, Alex wrote: I now have his PC with me on my local network, and commands executed through ssh -X still display on his screen instead of mine.  From his gnome-terminal on my PC: [gary@fedora ~]$ echo $DISPLAY localhost:10.0 How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Alex
Hi, > I now have his PC with me on my local network, and commands executed > > through ssh -X still display on his screen instead of mine. > > > > From his gnome-terminal on my PC: > > [gary@fedora ~]$ echo $DISPLAY > > localhost:10.0 > > > > How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Samuel Sieb
On 3/11/24 12:45, Alex wrote: I now have his PC with me on my local network, and commands executed through ssh -X still display on his screen instead of mine. From his gnome-terminal on my PC: [gary@fedora ~]$ echo $DISPLAY localhost:10.0 How do I set the display for commands executed remotel

Re: port forwarding and RDP or ssh

2024-03-12 Thread Alex
Hi, > I now have his PC with me on my local network, and commands executed > through ssh -X still display on his screen instead of mine. > > > > From his gnome-terminal on my PC: > > [gary@fedora ~]$ echo $DISPLAY > > localhost:10.0 > > > > How do I set the display for commands executed remotely t

Re: port forwarding and RDP or ssh

2024-03-12 Thread Barry
> On 11 Mar 2024, at 19:46, Alex wrote: > > I now have his PC with me on my local network, and commands executed through > ssh -X still display on his screen instead of mine. > > From his gnome-terminal on my PC: > [gary@fedora ~]$ echo $DISPLAY > localhost:10.0 > > How do I set the display

Re: port forwarding and RDP or ssh

2024-03-11 Thread Alex
Hi, > >> > $ ssh -X -i ~/.ssh/mykey-key.rsa -l gary remotehost -p 1024 >> > [gary@fedora ~]$ evolution >> > (evolution:3644): GLib-GIO-WARNING **: 09:41:05.182: Your application >> > did not unregister from D-Bus before destruction. Consider using >> > g_application_run(). >> >> That's not failing

Re: port forwarding and RDP or ssh

2024-03-10 Thread Samuel Sieb
On 3/10/24 09:23, Alex wrote: I believe Cinnamon is just a window manager on top of GNOME? It's not. It's independent from Gnome. >     My current preferred method is to use rustdesk.  There's an rpm >     available from the website.  I run my own server and relay for it, so

Re: port forwarding and RDP or ssh

2024-03-10 Thread Alex
g, then you just need the "-X" option to ssh. > > No port forwarding required (other than ssh to get in). Then you > have > > to run the application and it only displays on your screen (slowly). > > > > > > I forgot that the command-line I was using wa

Re: port forwarding and RDP or ssh

2024-03-10 Thread Samuel Sieb
need the "-X" option to ssh. No port forwarding required (other than ssh to get in).  Then you have to run the application and it only displays on your screen (slowly). I forgot that the command-line I was using was from a long time ago when I actually had tigervnc working pro

Re: port forwarding and RDP or ssh

2024-03-10 Thread Alex
n his PC and have it appear on mine. > > I'm not clear on if you want to do desktop sharing or a remote X > connection. For an application like evolution, I would suggest desktop > sharing. If you want to run evolution and have it display on your > screen using X forwarding, then

Re: port forwarding and RDP or ssh

2024-03-09 Thread Samuel Sieb
For an application like evolution, I would suggest desktop sharing. If you want to run evolution and have it display on your screen using X forwarding, then you just need the "-X" option to ssh. No port forwarding required (other than ssh to get in). Then you have to run the applicati

port forwarding and RDP or ssh

2024-03-09 Thread Alex
Hi, I have a fedora38 system on Optonline with port 1024 forwarded from the router to 1024 on the fedora38 system where ssh is listening. I'm currently using the following to connect: $ ssh -i ~/.ssh/mykey-key.rsa -L 5901:127.0.0.1:5901 -Y -l gary remotehost -p 1024 I'd like to be able to have ap

[SOLVED]: OT: port forwarding with ssh

2016-03-23 Thread Mike Wright
On 03/23/2016 12:43 PM, Tom Rivers wrote: On 3/23/2016 3:10 PM, Mike Wright wrote: usage: ssh -L [bind_address:]port:host:hostport] Here's what I'm trying: sudo ssh -L lo.cal.ip.adx:0:rem.ote.ip.adx:110 I successfully use the following to tunnel VNC over SSH so I can securely connect to

Re: OT: port forwarding with ssh

2016-03-23 Thread Gordon Messmer
On 03/23/2016 12:10 PM, Mike Wright wrote: Here's what I'm trying: sudo ssh -L lo.cal.ip.adx:0:rem.ote.ip.adx:110 You don't need "sudo" to forward a port > 1024. You do need a server to connect to, which you haven't given in the above example. -- users mailing list users@lists.fedorapr

Re: OT: port forwarding with ssh

2016-03-23 Thread fred roller
I assume the receiving machine and necessary routers are listening /passing the necessary ports? Sometimes it's a simple over site. Fred Roller On Mar 23, 2016 3:43 PM, "Tom Rivers" wrote: > On 3/23/2016 3:10 PM, Mike Wright wrote: > > usage: ssh -L [bind_address:]port:host:hostport] > > Here'

Re: OT: port forwarding with ssh

2016-03-23 Thread Tom Rivers
On 3/23/2016 3:10 PM, Mike Wright wrote: usage: ssh -L [bind_address:]port:host:hostport] Here's what I'm trying: sudo ssh -L lo.cal.ip.adx:0:rem.ote.ip.adx:110 I successfully use the following to tunnel VNC over SSH so I can securely connect to a remote server at a hosting facility usi

Re: OT: port forwarding with ssh

2016-03-23 Thread Richard Shaw
t to a remote pop3 server over an encrypted link. >> >> I'm trying to setup port forwarding but keep receiving a usage >> message instead of success. Below is the excerpted man page rule >> I'm trying to use: >> >> usage: ssh -L [bind_address:]p

Re: OT: port forwarding with ssh

2016-03-23 Thread Mike Wright
On 03/23/2016 12:17 PM, Richard Shaw wrote: On Wed, Mar 23, 2016 at 2:10 PM, Mike Wright mailto:nob...@nospam.hostisimo.com>> wrote: Hi all, Goal: connect to a remote pop3 server over an encrypted link. I'm trying to setup port forwarding but keep receiving a usage

Re: OT: port forwarding with ssh

2016-03-23 Thread bruce
oh .. also, are you using ssh-keys, so you don't need to have a user/passwd on the connect/command line? thanks On Wed, Mar 23, 2016 at 3:10 PM, Mike Wright wrote: > Hi all, > > Goal: connect to a remote pop3 server over an encrypted link. > > I'm trying to setup

Re: OT: port forwarding with ssh

2016-03-23 Thread bruce
ok.. so the 0 is local, or remote to you the session/process doing the "ssh" 1) can you do an actual ssh into the remote without port forwarding.. i know, basic, but it helps.. what you have looks right.. i'll have to check.. On Wed, Mar 23, 2016 at 3:10 PM, Mike Wright w

Re: OT: port forwarding with ssh

2016-03-23 Thread Richard Shaw
On Wed, Mar 23, 2016 at 2:10 PM, Mike Wright wrote: > Hi all, > > Goal: connect to a remote pop3 server over an encrypted link. > > I'm trying to setup port forwarding but keep receiving a usage message > instead of success. Below is the excerpted man page rule I'm t

OT: port forwarding with ssh

2016-03-23 Thread Mike Wright
Hi all, Goal: connect to a remote pop3 server over an encrypted link. I'm trying to setup port forwarding but keep receiving a usage message instead of success. Below is the excerpted man page rule I'm trying to use: usage: ssh -L [bind_address:]port:host:hostport] Here's

Re: port forwarding

2013-09-22 Thread Reindl Harald
Am 20.09.2013 22:39, schrieb bruce: > I'd like to be able to change the ip adress of the gearman processes > from localhost, to the actual ipaddress of the machine. This of course > involves changing the port forwarding from the client to the server > machine. > > Tho

port forwarding

2013-09-20 Thread bruce
Hi. I'm dealing with a issue involving port forwarding. I've got part of it working, trying to get the rest. for now: I have a serverside machine: -runs the gearmand daemon on localhost port 4730 -runs the server.php - on ip localhost port 4730 -also runs the portforwardin

Re: ssh reverse port forwarding - ssh keys

2013-09-18 Thread Ian Malone
On 18 September 2013 02:35, bruce wrote: > Hey... > > testing out ssh port forwarding/reverse tunneling using sshkeys > > i've got the process of going from machineA to machineB using keys.. > > The test doing ssh u...@foo.com -p 5011 works > - auto login using the s

ssh reverse port forwarding - ssh keys

2013-09-17 Thread bruce
Hey... testing out ssh port forwarding/reverse tunneling using sshkeys i've got the process of going from machineA to machineB using keys.. The test doing ssh u...@foo.com -p 5011 works - auto login using the ssh keys.. However, the test of going from machineB to machineB is a bit ch

Re: ssh/port forwarding - listening by multiple clients

2013-09-16 Thread Kevin Martin
On 09/16/13 13:15, bruce wrote: > hey kevin, et al > > here's my test: > > masterServer [vm running on foo.com:50122] > | > +--- clientServerA localhost/7100 > | > +--- clientServerB localhost/7100 > > > on the clients, I run > ssh -N -f -L 7100:127.0.0.1:7100 u...@foo.com -p 50

Re: ssh/port forwarding - listening by multiple clients

2013-09-16 Thread bruce
thew clientservers... and having the gearman clients talking to the master gearman posrt via the ssh connection... thanks On Mon, Sep 16, 2013 at 9:19 AM, Kevin Martin wrote: > On 09/16/13 07:55, bruce wrote: >> hi.. >> >> Trying to see if ssh/port forwarding can be used to

Re: ssh/port forwarding - listening by multiple clients

2013-09-16 Thread Kevin Martin
On 09/16/13 07:55, bruce wrote: > hi.. > > Trying to see if ssh/port forwarding can be used to solve a prob. > > I want to have multiple clients connected to a single master server > > The masterServer/app is providing data on port X > > The clientNodes/apps s

ssh/port forwarding - listening by multiple clients

2013-09-16 Thread bruce
hi.. Trying to see if ssh/port forwarding can be used to solve a prob. I want to have multiple clients connected to a single master server The masterServer/app is providing data on port X The clientNodes/apps should then listen on port X ssh allows for port forwarding, but I can't figur

Re: ssh on F14 complains when I run emacs with X11 port forwarding

2010-11-07 Thread Dario Lesca
Il giorno dom, 07/11/2010 alle 11.38 -0800, Wolfgang S. Rupprecht ha scritto: > Sam Varshavchik writes: > connect : Connection refused On f13 run # DISPLAY=:0.0 evince from a VT (ctrl+alt+f2) work. On f14 same command do not work. For resolve I have run from a gnome-terminal on X this co

Re: ssh on F14 complains when I run emacs with X11 port forwarding

2010-11-07 Thread Wolfgang S. Rupprecht
Sam Varshavchik writes: > Wolfgang S. Rupprecht writes: > >> >> Sam Varshavchik writes: >>> On F14's desktop, from gnome-terminal, I ssh to another host with port >>> forwarding (ForwardX11 yes, and ForwardX11Trusted yes). On the other >>> host

Re: ssh on F14 complains when I run emacs with X11 port forwarding

2010-11-07 Thread Sam Varshavchik
Wolfgang S. Rupprecht writes: Sam Varshavchik writes: On F14's desktop, from gnome-terminal, I ssh to another host with port forwarding (ForwardX11 yes, and ForwardX11Trusted yes). On the other host, I start emacs. Emacs appears to come up properly, with its window tunneled, and openi

Re: ssh on F14 complains when I run emacs with X11 port forwarding

2010-11-07 Thread Wolfgang S. Rupprecht
Sam Varshavchik writes: > On F14's desktop, from gnome-terminal, I ssh to another host with port > forwarding (ForwardX11 yes, and ForwardX11Trusted yes). On the other > host, I start emacs. Emacs appears to come up properly, with its > window tunneled, and opening on my de

ssh on F14 complains when I run emacs with X11 port forwarding

2010-11-07 Thread Sam Varshavchik
On F14's desktop, from gnome-terminal, I ssh to another host with port forwarding (ForwardX11 yes, and ForwardX11Trusted yes). On the other host, I start emacs. Emacs appears to come up properly, with its window tunneled, and opening on my desktop. Everything looks normal, but I notice tha

Re: F13 Firewall and gateway router port forwarding

2010-10-06 Thread JD
On 10/06/2010 04:54 AM, Doron Bar Zeev wrote: > > > On Mon, Oct 4, 2010 at 07:28, JD > wrote: > > I have a router/gateway which forwards a few ports > to my machine. Port 995 is absolutely not one of them. > I checked and rechecked. > > My F13 iptables i

Re: F13 Firewall and gateway router port forwarding

2010-10-06 Thread Doron Bar Zeev
On Mon, Oct 4, 2010 at 07:28, JD wrote: > I have a router/gateway which forwards a few ports > to my machine. Port 995 is absolutely not one of them. > I checked and rechecked. > > My F13 iptables is instrumented to print a "Dropped" message > for packets that it drops. > So I was surprised to s

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Mike Chambers
On Mon, 2010-10-04 at 19:05 -0400, Gregory Woodbury wrote: > > > On Mon, Oct 4, 2010 at 7:02 PM, Jim wrote: > Fedora 12 on both computers > > I have two computers setting behind this Linksys WRT54G router > and I > want to connect to both of them by SSH

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread JD
On 10/04/2010 04:02 PM, Jim wrote: >Fedora 12 on both computers > > I have two computers setting behind this Linksys WRT54G router and I > want to connect to both of them by SSH remote across the Internet.I > have the internet IP for this router. > > #1 192.168.1.100 > > #2 192.168.1.

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Sam Varshavchik
Jim writes: Fedora 12 on both computers I have two computers setting behind this Linksys WRT54G router and I want to connect to both of them by SSH remote across the Internet.I have the internet IP for this router. #1 192.168.1.100 #2 192.168.1.101 In the The Applications and G

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Raman Gupta
On 10/04/2010 07:18 PM, Jim wrote: > So I /assume I would have to do it this way, in router , > ssh 22 both 192.168.1.101 enable and go > into /etc/ssh/sshd_config on 192.168.1.101 (computer #2) and set port > to . You can leave both Fedora machines on por

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Jim
On 10/04/2010 07:08 PM, Sam Sharpe wrote: On 5 October 2010 00:02, Jim wrote: Fedora 12 on both computers That's irrelevant. This isn't a Fedora problem, this is a basic networking problem. I have two computers setting behind this Linksys WRT54G router and I want to connect to both of the

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Sam Sharpe
On 5 October 2010 00:02, Jim wrote: >  Fedora 12 on both computers That's irrelevant. This isn't a Fedora problem, this is a basic networking problem. > I have two computers setting behind this Linksys WRT54G router and I > want to connect to both of them by SSH remote across the Internet.    I

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Gregory Woodbury
On Mon, Oct 4, 2010 at 7:02 PM, Jim wrote: > Fedora 12 on both computers > > I have two computers setting behind this Linksys WRT54G router and I > want to connect to both of them by SSH remote across the Internet.I > have the internet IP for this router. > > #1 192.168.1.100 > > #2 192.

Re: Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Larry Brower
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim wrote: > Fedora 12 on both computers > > I have two computers setting behind this Linksys WRT54G router and I > want to connect to both of them by SSH remote across the Internet.I > have the internet IP for this router. > > #1 192.168.1

Setting up a Linksys WRT54G router for SSH port forwarding

2010-10-04 Thread Jim
Fedora 12 on both computers I have two computers setting behind this Linksys WRT54G router and I want to connect to both of them by SSH remote across the Internet.I have the internet IP for this router. #1 192.168.1.100 #2 192.168.1.101 In the The Applications and Gaming Tab - Port

F13 Firewall and gateway router port forwarding

2010-10-04 Thread JD
I have a router/gateway which forwards a few ports to my machine. Port 995 is absolutely not one of them. I checked and rechecked. My F13 iptables is instrumented to print a "Dropped" message for packets that it drops. So I was surprised to see many messages like this: Dropped by firewall: IN=w