Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ssh-keygen -t rsa
cat ~/.ssh/id_rsa.pub | ssh myuser@desthost "cat - >> ~/.ssh/authorized_keys"
scp file.ext myuser@desthost:file.ext