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

update urls

This commit is contained in:
s2
2023-03-17 12:42:15 +01:00
parent 079641675e
commit 2546ebca16
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://github.com/S2-/sshenc.sh/
$me home page: https://github.com/5im-0n/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://github.com/S2-/sshenc.sh/"
echo "-- encrypted with https://github.com/5im-0n/sshenc.sh/"
echo "-- keys"
for pubkey in "${public_key[@]}"
do