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.