Search code examples
gitandroid-studiopush

remove "remember password" when pushing android studio


I set my ssh key a password. And whenever I do push or pull it asks me for that password, even in android studio. By mistake I press the "save password" in android studio and I can't enter the password anymore.

Is there any way to delete that? Or make android studio forget the password?


Solution

  • Check first, as mentioned here, what kind of SSH client your Android Studio is using: internal or system?

    Switch to system, and check if your have an ssh-agent running: you can clear its content.
    That should force Android Studio to ask for your private key passphrase again.