mRemoteNG / mRemoteNG/mRemoteNG
Putty sessions not shown in reapply_credential_manager branch
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 11.1k
- Forks
- 1.6k
- Avg merge
- 16h 58m
- Merged PRs (30d)
- 55
Description
Currently the PuTTY sessions node isn't being shown in the connection tree in the reapply_credential_manager branch.
It seems to be due to the following line:
https://github.com/mRemoteNG/mRemoteNG/blob/reapply_credential_manager/mRemoteV1/Connection/ConnectionsService.cs#L144-L145
This will require us to rethink our connection tree management workflow. We need a simple way to load connections and putty sessions separately.
Expected Behavior
The putty connections should be shown
Current Behavior
Only the normal connections node is shown
Your Environment
- Version used:
reapply_credential_managerbranch
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in mRemoteV1/Connection/ConnectionsService.cs at lines 144-145 on the reapply_credential_manager branch and reproduce the connection-tree loading behavior. Trace how normal connections and PuTTY sessions are loaded, then verify that both appear as separate nodes in the connection tree when the fix is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100