add SSH helpers to full
This commit is contained in:
parent
1ea78001e2
commit
409639875f
1 changed files with 6 additions and 0 deletions
6
full.zsh
6
full.zsh
|
@ -102,6 +102,12 @@ mkdir ~/Cloud
|
|||
echo 'sshfs dh_ekhqt7@pdx1-shared-a3-04.dreamhost.com:/home/dh_ekhqt7/rfs.sparksammy.com/LordCloud ~/Cloud' > ~/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...
|
||||
echo "[ST] Install more networking tools..."
|
||||
brew install cloudflared miniupnpc
|
||||
|
|
Loading…
Reference in a new issue