Skip to content

Commit

Permalink
Fixes for: (#2528)
Browse files Browse the repository at this point in the history
*  "setup" => "set up"
* non-visible bulleted items
  • Loading branch information
sspencerwire authored Dec 6, 2024
1 parent 9095a28 commit bb4dca7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/desktop/gnome/x11vnc_plus_ssh_lan.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sudo systemctl enable --now x11vnc.service

## Connecting to the VNC server from your Rocky workstation

### Install the EPEL repository:
### Install the EPEL repository

```bash
sudo dnf install epel-release
Expand All @@ -123,7 +123,7 @@ Install TigerVNC. The server is not used, but you will use the client:
sudo dnf install tigervnc
```

### Create the SSH Tunnel
### Create the SSH Tunnel

![The ssh command in a terminal window](images/x11vnc_plus_ssh_lan_images/vnc_ssh_tunnel.webp)

Expand Down Expand Up @@ -155,10 +155,10 @@ Congratulations! You can now remotely control the desktop!

## Connecting to a machine across the internet

So far, this article has shown you how to setup an x11vnc server and connect to it using VNC forwarded through an SSH tunnel. It is important to note that this method will only work for computers on the same local area network (LAN). Assuming that you want to connect to a computer that is on a different LAN. A way to accomplish this is to setup a VPN. Below are a few guides on how to setup a VPN:
So far, this article has shown you how to set up an x11vnc server and connect to it using VNC forwarded through an SSH tunnel. It is important to note that this method will only work for computers on the same local area network (LAN). Assuming that you want to connect to a computer that is on a different LAN. A way to accomplish this is to set up a VPN. Below are a few guides on how to set up a VPN:

-[OpenVPN](https://docs.rockylinux.org/guides/security/openvpn/)
-[Wireguard VPN](https://docs.rockylinux.org/guides/security/wireguard_vpn/)
* [OpenVPN](https://docs.rockylinux.org/guides/security/openvpn/)
* [Wireguard VPN](https://docs.rockylinux.org/guides/security/wireguard_vpn/)

## Conclusion

Expand Down

0 comments on commit bb4dca7

Please sign in to comment.