asfenclouds.blogg.se

Vnc vs ssh
Vnc vs ssh













  1. #Vnc vs ssh how to#
  2. #Vnc vs ssh download#
  3. #Vnc vs ssh mac#

Now just put ssh -vNL 12345:129.242.131.140:5900 domain into remmina's "Pre Command", and use localhost:12345 as the server, and untick "SSH Tunnel". If that didn't work, you may have to try another port than 5900 (I think for several displays, it'll use 5901, 5902 etc.) You can try that in a terminal, then from another one do telnet localhost 12345 – if the ports are right, you should see $ telnet localhost 12345 So instead, we open up a tunnel from localhost:12345 to the RDP/VNC port 5900 on internal via domain: ssh -vNL 12345:129.242.131.140:5900 domain If there wasn't a need for going through bastion, I could use put domain:22 in the "SSH tunnel" settings, but now I need to go through both. With this config, I can just ssh internal, but of course remmina doesn't understand that. # Needs to go via `domain` since bastion is on a completely separate network I have this in my ~/.ssh/config: Host bastion

vnc vs ssh

When I'm using regular ssh, I connect to an internal ip 192.168.1.42 through a jump host bastion which connects to domain. You can have as complicated jumps as you want this way.

  • set "Pre Command" in remmina to ssh -vNL 12345::5900 set "Server" in remmina as localhost:12345.
  • vnc vs ssh

    The problems are mostly about XMPP accounts (and a lack of straightforward explanation from inside the software). plain and simple failure to work between a GNU/Linux machine and OSX (though this worked on another Linux machine. Usually it's when you need it (during the internet's rush hours). Jitsi online can be slow/not work at times because the server is probably too busy. both xmpp adresses created from the jitsi server don't work anymore brecause the server is closed, AFAIK. an xmpp account created on the jappix server didn't work.

    #Vnc vs ssh how to#

    no easy/simple explanation about how to make it work. You can even host a server yourself, but I wonder if it's good for privacy (I remember Magic Banana telling me that a VPN server used only by myself is pointless, for example).įrom there, it's just a matter of 2 clics (launching the video call, and asking the remote user to click on the tiny check that should be a huge button instead, in order to allow remote control a la teamviewer). You can create them on several servers around the world. Next, you need 2 xmpp accounts (kind of like emails).

    vnc vs ssh

    #Vnc vs ssh download#

    You basically need to download it, check with gpg, I made both features work, but the setup is not straightforward, and not consistent/reliable. $ ssh is both a teamviewer and a skype replacement, with encryption. Have you done all that (which, by the way, is not GNU/Linux specific)? If so, do you get a shell if you type the following command (where LOGIN, PUBLIC_IP_ADDRESS and PORT must be changed to the appropriate values) from your system (to connect to your mother's)? Just put (or any other similar site) among her Web browser's bookmarks. You will also need her to tell you what is the (public) IP address of her router because it is the one you will connect to and, unfortunately, it often is dynamic. This allow you to reach some servers behind a firewall and to secure your connection. 'jump host') in order to tell MobaXterm to connect first to a SSH server before connecting to the end-server you want to reach in the end. You will then need your mother to tell you how she is currently connected to the Internet (or simply try the other port if your first attempt to connect by SSH failed). In ssh, telnet, RDP, VNC sessions, you can select a 'SSH-gateway' (a.k.a.

    #Vnc vs ssh mac#

    If the computer is sometimes connected by Ethernet, sometimes wireless, then there are two MAC addresses, you will define two permanent private IP addresses and direct incoming connected on two different ports to those two private IP addresses. Then, assuming that the system is behind a NAT router (unfortunately the norm), you need to configure it (through its Web interface) so that 1) the computer is always given the same private IP address (you will need the MAC address 'ip a' shows it) and 2) incoming connections on the SSH port you will use (22 by default) must be directed to that computer. The first things you need are 1) an administrator account on the system and 2) the "ssh" package installed there. I just use 'ssh -X' if I really need to run a remote graphical application.















    Vnc vs ssh