Show saved password for ssh interpreter in PyCharm Professional

Viewed 380

I have created an ssh interpreter in PyCharm Professional and used a username and password for authentication. Now I forgot the password and want PyCharm to show it. Is there any way to do that?

enter image description here

2 Answers

Please check the keychain, if you have configured PyCharm to save passwords there. If it is the case, you can access the password directly from the keychain. For Ubuntu, you may find more details here.

I meet the same problem and solve it with kekec's answer.

I would like to describe it in detail.

  1. check the keychain in pycharm.

Settings/Preferences | Appearance and Behavior | System Settings | Passwords

  1. if it's still default, using the keychain, you can open the GUI application Password and Keys, and find your forgotten password in Logins. But there are only user name and password, lacking of server name, I have to try.
Related