Skip to content

Commit cb536e8

Browse files
committed
Fixes for:
* "setup" => "set up" * non-visible bulleted items
1 parent 9095a28 commit cb536e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/desktop/gnome/x11vnc_plus_ssh_lan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sudo systemctl enable --now x11vnc.service
109109

110110
## Connecting to the VNC server from your Rocky workstation
111111

112-
### Install the EPEL repository:
112+
### Install the EPEL repository
113113

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

126-
### Create the SSH Tunnel
126+
### Create the SSH Tunnel
127127

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

@@ -155,10 +155,10 @@ Congratulations! You can now remotely control the desktop!
155155

156156
## Connecting to a machine across the internet
157157

158-
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:
158+
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:
159159

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

163163
## Conclusion
164164

0 commit comments

Comments
 (0)