From 36d21c89c8509b3dbe9688d8488cc53162dc0981 Mon Sep 17 00:00:00 2001 From: s2 Date: Fri, 27 Oct 2017 16:25:51 +0200 Subject: [PATCH] user rsa key in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fab35d3..39f0071 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ chmod +x sshencdec.sh ### encrypt a file using the public key of a github user ``` -./sshencdec.sh -p <(curl -sf "https://github.com/S2-.keys" | head -n1) < plain-text-file.txt +./sshencdec.sh -p <(curl -sf "https://github.com/S2-.keys" | tail -n1) < plain-text-file.txt ``` this line fetches the first public key for the github user `S2-` and encrypts the file `plain-text-file.txt` using this key.