Skip to content

Commit d86fd1d

Browse files
authored
Update README.md
1 parent 2ef0ee7 commit d86fd1d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

WebTunnel/WebTunnelConnect/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ in the current user's home directory, and read it if it's present.
2626
To run `remote-connect`, you'll need to specify the host name of the remote device to connect
2727
to, as well as the port number, e.g. `8ba57423-ec1a-4f31-992f-a66c240cbfa0.remote.macchina.io:22`.
2828

29-
Username and password for the macchina.io REMOTE server must be either passed via command-line
30-
options, via a configuration file, or via environment variables
31-
`REMOTE_USERNAME` and `REMOTE_PASSWORD`.
29+
Username and password or an authentication token for the macchina.io REMOTE server must be either passed
30+
via command-line options, via a configuration file or [`remote-login`](../WebTunnelLogin/README.md),
31+
or via environment variables `REMOTE_USERNAME` and `REMOTE_PASSWORD`.
3232
`remote-connect` will not prompt for username and password, and will fail to connect if
3333
username and password are not specified.
34+
The recommended way to authenticate `remote-connect` is by using `remote-login`.
3435

3536
Example:
3637

0 commit comments

Comments
 (0)