@@ -52,7 +52,7 @@ Furthermore, the following executables are included:
5252 creates a tunnel connection from your local machine (Windows, macOS or Linux) to the remote device,
5353 then launches a SFTP (Secure/SSH File Transfer Protocol) client using that tunnel connection.
5454 - [ ` remote-connect ` ] ( WebTunnel/WebTunnelConnect/README.md ) : This enables an alternative method of
55- connecting to a remote device via SSH, using the ` ProxyCommand ` configuration keyword of OpenSSL .
55+ connecting to a remote device via SSH, using the ` ProxyCommand ` configuration keyword of OpenSSH .
5656 It can also be used in a similar way to the ` nc ` (or ` netcat ` ) utility, opening a TCP connection
5757 to a remote device that can then read from or written to via standard input/output.
5858 - [ ` remote-vnc ` ] ( WebTunnel/WebTunnelVNC/README.md ) : This is a variant of ` remote-client ` that first
@@ -107,9 +107,9 @@ instructions.
107107
108108### Libraries
109109
110- The macchina.io REMOTE SDK requires OpenSSL 1.0 or newer
110+ The macchina.io REMOTE SDK requires OpenSSL 1.1.1 or newer
111111on Linux and macOS systems.
112- We recommend using OpenSSL version 1.1.1l or newer (including OpenSSL 3) .
112+ We recommend using OpenSSL version 3.0.0 or newer.
113113
114114Most Unix/Linux systems already have OpenSSL preinstalled. If your system
115115does not have OpenSSL, please get it from < https://www.openssl.org > or
@@ -180,7 +180,7 @@ $ cmake --build . --config Release
180180
181181On macOS, it's necessary to tell CMake where to find the OpenSSL headers
182182and libraries by setting the ` OPENSSL_ROOT_DIR ` CMake variable.
183- For example, if OpenSSL 1.1.x has been installed with Homebrew,
183+ For example, if OpenSSL has been installed with Homebrew,
184184the ` cmake ` invocation becomes:
185185
186186```
0 commit comments