Using Sierra, it's tiresome to be asked entering password whenever using ssh.
To avoid it, add below to ~/.ssh/config.
AddKeysToAgent yes
UseKeychain yes
Using Sierra, it's tiresome to be asked entering password whenever using ssh.
To avoid it, add below to ~/.ssh/config.
AddKeysToAgent yes
UseKeychain yes