mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #746] Do not save the password in the quick connection mode. #3527
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BurmSSS on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/746
Originally assigned to: @VShawn on GitHub.
In Quick Connect mode, the program remembers the last login and password, which is not
good for security.
There is a problem that the next time you connect via a quick connection, you can view the last password entered.
It would be nice to have a setting to remember the login and password or not.
@majkinetor commented on GitHub (Oct 30, 2024):
Why is that a security problem?
@BurmSSS commented on GitHub (Oct 31, 2024):
According to our organization's security policy, passwords cannot be memorized.
@BurmSSS commented on GitHub (Oct 31, 2024):
Since we connect to different clients in our organization, we are not allowed to store connection data. In this regard, it would be nice if IP addresses were not saved during a quick connection. Since it is probably convenient for other users that the data is saved, this should be done through the settings.
@majkinetor commented on GitHub (Oct 31, 2024):
I see.
If this is to be done, it should be in the connection settings IMO, as you may want to save latest for some connections and not for others.
@BurmSSS commented on GitHub (Nov 1, 2024):
For saved connections RDP , there is an option “Ask for password when open connect” and it works perfectly. If there was such a setting for Quick Connect, it would be great. And I would also like to have a parameter for the Quick Connect option “Do not save the connection address”
@VShawn commented on GitHub (Nov 2, 2024):
Now we have
remember addressoption in the setting andremember passwordoption in the popup.Note
remember passwordoption shows only whenremember addressoption is checked.