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

install instructions

This commit is contained in:
s2
2017-10-26 16:48:08 +02:00
parent 99ae700234
commit 50921d7845

View File

@@ -9,6 +9,12 @@ bash script to encrypt data using a users ssh public key.
./sshencdec.sh -s ~/.ssh/id_rsa < file-containing-the-encrypted-text.txt
```
## install
```
wget https://git.e.tern.al/s2/sshencdec/raw/master/sshencdec.sh
chmod +x sshencdec.sh
```
## examples
### encrypt a file using your own ssh public key