12
2
After creating keys with name id_rsa
at it's default location. I am adding identity to SSH agent with command ssh-add ~/.ssh/id_rsa
, It's adding successfully.
I can SSH without entering pass phrase of key as It's already with SSH Agent.
But ,when I restart machine or server and then check for identity with command ssh-add -L
I am getting message like The agent has no identities
.
Does that means when we restart machine, Agent lost identity? Is this normal behavior or some thing I am missing here?
Please guide me, I am not much familiar with SSH.
See this thread on Unix&Linux site.
– janosdivenyi – 2016-07-22T09:07:29.207