ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   General technical discussion (http://forum.ispsystem.com//forumdisplay.php?f=8)
-   -   file with login and password of an FTP-user (http://forum.ispsystem.com//showthread.php?t=3040)

MrNobody 06-23-2017 03:19 PM

file with login and password of an FTP-user
 
where can I find the file with login and password of an FTP-user?

Thank you!

ksenya 06-27-2017 04:12 AM

The control panel encrypt passwords
The list of all ftp-users created in the control panel can be found in the sqlite database /usr/local/mgr5/etc/ispmgr.db. The ftp_users table.
You can also find encrypted passwords there. In order to de-encrypt them, execute the command:
echo `echo '{encrypted value}' | base64 -d | openssl rsautl -decrypt -inkey /usr/local/mgr5/etc/ispmgr.pem`


All times are GMT +2. The time now is 08:29 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.