mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #128] Default credential #2026
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#2026
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 @majkinetor on GitHub (May 26, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/128
Originally assigned to: @VShawn on GitHub.
Is your enhancement related to a problem? Please describe.
If connection doesn't fully specify credential, use default one.
Describe the solution you'd like
In global configuration add option Default credential that accepts username, password and key. User can fill in any of those fields and they are used for missing connection fields.
Fields should accept environment variables, for example
%USERDOMAIN%\%USERNAME%.@bluikko commented on GitHub (May 26, 2021):
As a side note - it would be nice to have one setting (registry value, so that it can be set with group policy) for disabling saving all passwords.
@VShawn commented on GitHub (May 26, 2021):
this is much beyond
personal remote managerpurpose.@majkinetor commented on GitHub (May 26, 2021):
Agree, if you mean on @bluikko comment.
Note: with groups one could specify default credential within a group (this is like on mRemoteNG but it doesn't work there due to bug). However, if groups are removed and tags are implemented instead (#107) it becomes harder since you can have multiple tags. One can make it work with tags too, but I don't think this option is THAT valuable tho, having 1 default should be enough for 99.9% of users.
@VShawn commented on GitHub (Jan 26, 2022):
since we have the bulk edit, Do we still need this feature?
@majkinetor commented on GitHub (Jan 26, 2022):
Its way less needed with bulk edit. It still provides some convenience but now its minimal. Its better to keep things simpler so I will close this.