mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #475] Added SSH agent support #1348
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#1348
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 @allblue on GitHub (Aug 14, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/475
Originally assigned to: @VShawn on GitHub.
Is your feature request related to a problem? Please describe.
Currently, only local key files can be configured, but ssh agent mode is more flexible and can automatically choose among multiple private keys. When there are many sessions, it is more convenient to manage.
目前仅可配置本地秘钥文件,而ssh agent方式更为灵活,且可以在多个私钥间自动选择,当session较多时,管理起来更方便。
Describe the solution you'd like
SSH agent is usually implemented by pagent in putty on Windows, and I hope to integrate pagent authentication
ssh agent在windows下一般通过putty中的pagent实现,希望能集成pagent认证
Describe alternatives you've considered
no
Additional context
no