~~~this is my tilde.club page~~~~
ssh -i ~/.ssh/your_private_key username@tilde.club
scp -i ~/.ssh/your_private_key username@tilde.club:~/public_html/index.html ~/
cat ~/index.html | ssh -i ~/.ssh/your_private_key username@tilde.club 'cat > ~/public_html/index.html'
Just log in with your secure internet shell to change this file!
You may want to read: How to ~tilde; a n00b's primer for help
~2024