On a Windows machine that has gitbash, you would like to generate an SSH key and add it to the ssh agent for Github. What would be your first command after generating and saving the key?
Note: id_rsa is a key name
Options
- ssh-add ~/.ssh/id_rsa
- eval $(ssh-agent -s)
- ssh-keygen -t rsa -b 4096
- None of the above