Replies: 5 comments 3 replies
-
i have fixed this in oct 2023 |
Beta Was this translation helpful? Give feedback.
-
Hello,
What version you are reffering? |
Beta Was this translation helpful? Give feedback.
-
MremoteNG Version 1.76.20.24615 |
Beta Was this translation helpful? Give feedback.
-
Also please note, we are able to reproduce the issue using ssh For example, the following command is logged: |
Beta Was this translation helpful? Give feedback.
-
Thanks @Kvarkas Any Specific ETA when the new version 1.78* will be published. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
The usage of saved passwords in the mRemoteNG application is causing credentials to be logged in Event ID 4688. Event logging is necessary for security purposes to track process executions. However, mRemoteNG is passing credentials in plaintext, which are then recorded in Event Viewer logs, leading to password exposure.
We attempted to mitigate this by enabling Tools → Options → Security → Completely Encrypt Connection File, but the credentials are still being transmitted in cleartext.
For example, the following command is logged:
C:\Program Files (x86)\mRemoteNG\PuTTYNG.exe" -load "Default Settings" -ssh -2 -l testuser -pw XXXXXXXXX -P 22 testmachine -hwndparent 590966
Please let us know if there is a way to encrypt the password or prevent it from being logged in Event ID 4688.
Beta Was this translation helpful? Give feedback.
All reactions