powershell
Add Ssh Key to Agent

add ssh key to agent

    # good to add user
    ssh-add ~/.ssh/your_key
    eval "$(ssh-agent -s)"