1
0
mirror of https://github.com/5im-0n/sshenc.sh.git synced 2025-08-02 19:30:05 +02:00

a dec too much

This commit is contained in:
s2
2019-01-14 09:39:01 +01:00
parent a0fcd1eae6
commit ab6ea06921

View File

@@ -60,7 +60,7 @@
<hr>
<div class="bd-callout bd-callout-info">
If you received a message from someone that was encrypted with this script, you can decrypt it with your ssh private key using the following command:<br>
<code>./sshencdec.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt</code>
<code>./sshenc.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt</code>
</div>
</div>
</div>