Digital Marketing

Let ssh client to always add the key to a running ssh-agent

Add the following configuration setting to your local ssh config file ~/.ssh/config (this works since SSH 7.2):

AddKeysToAgent  yes

There's no need to ssh-add it beforehand.

Comments

Popular posts from this blog