Skip to content

Commit

Permalink
docs(readme): minor copy improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Apr 12, 2024
1 parent 309ee5c commit 44b9c91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@

Make SSH apps, just like that! 💫

SSH is an excellent platform to build remotely accessible applications on. It
SSH is an excellent platform for building remotely accessible applications. It
offers:
* secure communication without the hassle of HTTPS certificates
* user identification with SSH keys
* accessiblity from anywhere with a terminal
* access from any terminal

Powerful protocols like Git work over SSH and you can even render TUIs directly over an SSH connection.

Wish is an SSH server with sensible defaults and a collection of middlewares that
makes building SSH apps easy. Wish is built on [gliderlabs/ssh][gliderlabs/ssh]
makes building SSH apps really easy. Wish is built on [gliderlabs/ssh][gliderlabs/ssh]
and should be easy to integrate into any existing projects.

## What are SSH Apps?

Usually, when we think about SSH, we think about remote shell access into servers,
most commonly through `openssh-server`.

That's a perfectly valid and probably the most common use of SSH, but it can do so much more than that.
That's a perfectly valid (and probably the most common) use of SSH, but it can do so much more than that.
Just like HTTP, SMTP, FTP and others, SSH is a protocol!
It is a cryptographic network protocol for operating network services securely over an unsecured network. [^1]

Expand Down Expand Up @@ -102,7 +102,7 @@ and [Git server](examples/git) in the [examples](examples) folder.
[bubbletea]: https://github.com/charmbracelet/bubbletea
[gliderlabs/ssh]: https://github.com/gliderlabs/ssh

## Pro Tip
## Pro tip

When building various Wish applications locally you can add the following to
your `~/.ssh/config` to avoid having to clear out `localhost` entries in your
Expand Down

0 comments on commit 44b9c91

Please sign in to comment.