mirror of
https://github.com/5im-0n/sshenc.sh.git
synced 2025-08-03 03:40:14 +02:00
install instructions
This commit is contained in:
@@ -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
|
./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
|
## examples
|
||||||
|
|
||||||
### encrypt a file using your own ssh public key
|
### encrypt a file using your own ssh public key
|
||||||
|
Reference in New Issue
Block a user