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

update link

This commit is contained in:
s2
2023-01-08 15:54:53 +01:00
parent 4bc407213b
commit 1ae9f9ed50
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ examples:
- decrypt a file
$me -s ~/.ssh/id_rsa < encrypted.txt
$me home page: https://sshenc.sh/
$me home page: https://github.com/S2-/sshenc.sh/
EOF
}
@@ -49,7 +49,7 @@ trap cleanup EXIT
if [[ "${#public_key[@]}" > 0 ]]; then
openssl rand 32 > $temp_file_key
echo "-- encrypted with https://sshenc.sh/"
echo "-- encrypted with https://github.com/S2-/sshenc.sh/"
echo "-- keys"
for pubkey in "${public_key[@]}"
do