Skip to main content

appendAdd this to your ~/.bashrc file ssh-add -L|grep identities > /dev/null && ssh-add /path/to/ssh/private/key~/.bashrc file:

ssh-add -L|grep identities > /dev/null && ssh-add /path/to/ssh/private/key

append this to your ~/.bashrc file ssh-add -L|grep identities > /dev/null && ssh-add /path/to/ssh/private/key

Add this to your ~/.bashrc file:

ssh-add -L|grep identities > /dev/null && ssh-add /path/to/ssh/private/key
Source Link

append this to your ~/.bashrc file ssh-add -L|grep identities > /dev/null && ssh-add /path/to/ssh/private/key