using ruby on rails command prompt I am trying to add my generated public key to the authentication agent by using the following command
"ssh-add ~/.ssh/id_rsa"
and the return message I get
"ssh-add is not recognized as an internal or external command"
Is there another way to write this and get the same result?