1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 11:20:05 +02:00
This commit is contained in:
s2
2019-01-16 21:08:32 +01:00
parent c396aff4ca
commit c83123b09a

View File

@@ -5,7 +5,7 @@ If you received a message from someone that was encrypted with this script, you
```
bash <(curl -s https://sshenc.sh/sshenc.sh) -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt
```
sshenc.sh uses openssl under the hood, so you need to have that installed in yout path to make it work.
sshenc.sh uses openssl under the hood, so you need to have that installed in your path to make it work.
## Install
```