Standard client is not unique

This commit is contained in:
Anders Pitman 2020-09-23 10:47:02 -06:00
parent f7689465fc
commit 864236c1fa

View file

@ -58,10 +58,10 @@ The main advantages of SirTunnel are:
* Essentially stateless. The only state is the certs (which is handled entirely * Essentially stateless. The only state is the certs (which is handled entirely
by Caddy) and the tunnel mappings, which are ephemeral and controlled by the by Caddy) and the tunnel mappings, which are ephemeral and controlled by the
clients. clients.
* No special client is required. You can use any standard SSH client that
supports remote tunnels.
* Automatic HTTPS certificate management. Some other solutions do this as well, * Automatic HTTPS certificate management. Some other solutions do this as well,
so it's important but not unique. so it's important but not unique.
* No special client is required. You can use any standard SSH client that
supports remote tunnels. Again, this is not a unique feature.
# Running the server # Running the server