Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 357 Bytes

za.github.io

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)