The za.github.io source code.
Question: How to automatically update with SSH-key without have to type SSH-key password?
Answer: Try to use ssh-agent
Run:
$ ssh-agent
$ ssh-add
Enter passphrase for /home/za/.ssh/id_rsa:
Identity added: /home/za/.ssh/id_rsa (/home/za/.ssh/id_rsa)