Fix personal cloud prep/add SSH helpers

This commit is contained in:
The Ghost of FOSS' Past 2024-10-30 15:22:53 -05:00
parent 1780421f53
commit 1ea78001e2
2 changed files with 10 additions and 4 deletions

View file

@ -99,8 +99,8 @@ chmod +x ~/Minecraft.sh
# Create cloud init.... # Create cloud init....
echo "[ST] Create cloud init..." echo "[ST] Create cloud init..."
mkdir ~/Cloud mkdir ~/Cloud
echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > cloudinit.sh echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > ~/cloudinit.sh
chmod +x cloudinit.sh chmod +x ~/cloudinit.sh
# Add extra net tools... # Add extra net tools...
echo "[ST] Install more networking tools..." echo "[ST] Install more networking tools..."

View file

@ -96,8 +96,14 @@ chmod +x ~/Minecraft.sh
# Create cloud init.... # Create cloud init....
echo "[ST] Create cloud init..." echo "[ST] Create cloud init..."
mkdir ~/Cloud mkdir ~/Cloud
echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > cloudinit.sh echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > ~/cloudinit.sh
chmod +x cloudinit.sh chmod +x ~/cloudinit.sh
# Create SSH helpers...
echo "[ST] Create SSH helpers..."
echo 'ssh root@192.168.50.144' > ~/ssh-to-felix.sh
echo 'ssh sparky@192.168.50.238' > ~/ssh-to-optishmex.sh
chmod +x ~/ssh-to-felix.sh ~/ssh-to-optishmex.sh
# Add extra net tools... # Add extra net tools...
echo "[ST] Install more networking tools..." echo "[ST] Install more networking tools..."