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 /home/john/.ssh/your_public_key_file.pub >> /home/john/.ssh/authorized_keys
ssh-agent /bin/bash/
ssh-add your_private_key_file