Skip to content

Commit 2ef0ee7

Browse files
committed
doc: fix mistakes in READMEs
1 parent f622db3 commit 2ef0ee7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
111111
on 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

114114
Most Unix/Linux systems already have OpenSSL preinstalled. If your system
115115
does not have OpenSSL, please get it from <https://www.openssl.org> or
@@ -180,7 +180,7 @@ $ cmake --build . --config Release
180180

181181
On macOS, it's necessary to tell CMake where to find the OpenSSL headers
182182
and 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,
184184
the `cmake` invocation becomes:
185185

186186
```

WebTunnel/WebTunnelConnect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ to send a HTTP request to the device via standard input.
4343

4444
### Using remote-connect with OpenSSH
4545

46-
The OpenSSH `ProxyCommand` can be used to have the OpenSSL client connect via `remote-connect`.
46+
The OpenSSH `ProxyCommand` can be used to have the OpenSSH client connect via `remote-connect`.
4747
This has some advantages over the `remote-ssh` program. Most importantly, other programs that
4848
use `ssh` to connect to a device can now be used with remote devices via macchina.io REMOTE,
4949
by providing a `ProxyCommand` configuration directive, either on the command-line or via

0 commit comments

Comments
 (0)