silence ssh

This commit is contained in:
Karol Wypchlo 2020-06-01 11:22:06 +02:00
parent 9449c34a23
commit af0e639e6d
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ fi
for server in "germany.siasky.net" "us-east.siasky.net" "us-west.siasky.net" "helsinki.siasky.net" "siasky.dev"; for server in "germany.siasky.net" "us-east.siasky.net" "us-west.siasky.net" "helsinki.siasky.net" "siasky.dev";
do do
echo "Connecting to ${server}" echo "Blacklisting on ${server}"
ssh -t user@${server} 'curl -A Sia-Agent --user "":$(cat ~/.sia/apipassword) --data '"'"'{"add":["'$1'"]}'"'"' "localhost:9980/skynet/blacklist"' ssh -q -t user@${server} 'curl -A Sia-Agent --user "":$(cat ~/.sia/apipassword) --data '"'"'{"add":["'$1'"]}'"'"' "localhost:9980/skynet/blacklist"'
done done
echo "✓ All portals succesfully blacklisted provided skylink" echo "✓ All portals succesfully blacklisted provided skylink"