Daily Shaarli

All links of one day in a single page.

May 11, 2018

Note: Add SSH private key to Keychain
  1. ssh-add -K ~/.ssh/[your-private-key]
  2. .ssh/config
    Host *
    UseKeychain yes
    AddKeysToAgent yes
    IdentityFile ~/.ssh/id_rsa