Benjamin-Loison / rustdesk

An open-source remote desktop, and alternative to TeamViewer.
https://rustdesk.com
GNU Affero General Public License v3.0
0 stars 0 forks source link

[Task]: Retrieve saved password to remote machine #26

Open Benjamin-Loison opened 3 months ago

Benjamin-Loison commented 3 months ago

Or something to copy access to another computer.

Currently have /root/.config/rustdesk/RustDesk.toml:

enc_id = 'CENSORED'
password = 'CENSORED'
salt = 'CENSORED'
key_pair = [
    [
    202,
    77,
    CENSORED
],
    [
    254,
    215,
    CENSORED
],
]
key_confirmed = true

[keys_confirmed]
rs-ny = true

Source: https://github.com/rustdesk/rustdesk/issues/69#issuecomment-1220015247

RustDesk > Settings > Security > Password > Use permanent password > Set permanent password shows a given length (possibly correct length) * password matching digit, uppercase, lowercase, length>=8 but ctrl + c does not actually copy the password to the clipboard.

I finally reset the password as a workaround.

Are you our team member?

SubTasks

No response