Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retrieve saved (hidden) SSH password from PhpStorm 2017.1

I have forgotten SSH password from Remote Server, but it is saved in IDE (PhpStorm 2017.1) in hidden way:

PhpStorm 2017.1.4 ssh config

Is there any way to view hidden password?

like image 900
ilya_direct Avatar asked Nov 30 '22 15:11

ilya_direct


1 Answers

I finally could retrieve password from PhpStorm 2017.1:

  1. Go to Settings/Preferences | Appearance & Behavior | System Settings | Passwords, enter new master password and save.

  2. Open /.PhpStorm2017.1/config/c.kdbx (in "Keepass 2" or "Keeweb") with saved master password.

  3. Here it is!

Thanks to @LazyOne

like image 52
ilya_direct Avatar answered Dec 04 '22 05:12

ilya_direct