add additional install scripts, fix staging deploy
This commit is contained in:
10
script/install/distribute_new_pubkey.sh
Normal file
10
script/install/distribute_new_pubkey.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
HOSTS="kagamihara shima saitou"
|
||||
|
||||
echo "Enter new SSH pubkey: "
|
||||
read $key
|
||||
|
||||
for host in $HOSTS ; do
|
||||
ssh danbooru@$host echo $key >> .ssh/authorized_keys
|
||||
done
|
||||
Reference in New Issue
Block a user