reorganised hosts

This commit is contained in:
2021-06-04 02:06:13 +05:30
parent 02fa695a0f
commit 517b2804e5
21 changed files with 111 additions and 38 deletions

View File

@@ -13,7 +13,6 @@ fi
keys=""
for x in ~/.ssh/*.pub
do
keys= "$keys -r $(cat 'x')"
keys="$keys -r \"$(cat "$x")\""
done
echo "Encrypting with \n'$keys'"
rage -o "$TARGET" "$keys" "$1"
echo rage -o $TARGET $keys $FILE