mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
CLI SSH/WinRM mode #1670
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1670
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 @Doumor on GitHub (Apr 17, 2023).
Description
Some computers are behind NAT or do not have static ip, so direct access via SSH or WinRM to them is not possible. Remote desktop applications like RustDesk allow you to enter graphical mode, or file transfer mode, but you may only need to work in and through the console.
Therefore, I propose to make the console mode, which will give access as SSH or WinRM and therefore will not require direct access via ip.
It could look like the current Wayland startup, that is, when in the console we run the service, and work to gain access from the console to the remote console through a layer rustdesk-cli, or command-line arguments.
I'd like to help with the code, but I'm weak in Rust and I just can't understand the current codebase, but would like to.
Impact
After the appearance of this feature RustDesk can be used not only to maintain computers with a graphical shell, but also without. This may become important for jobs where SSH or WinRM are sufficient.
Additional Context
No response
@rustdesk commented on GitHub (Apr 17, 2023):
#49