From 9b25ede786cfd5dba531a10df142ffe2e02c6d80 Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 17 Jan 2019 08:28:26 +0100 Subject: [PATCH] dede --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f74a4..33cc61e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ sshenc.sh -p <(curl -sf "https://github.com/S2-.keys" | grep ssh-rsa | tail -n1) ``` this line fetches the first public key for the github user S2- and encrypts the file plain-text-file.txt using this key. -### dedecrypt a file +### decrypt a file ``` sshenc.sh -s ~/.ssh/id_rsa < encrypted.txt ```