mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #467] Import PuTTy/KiTTy sessions #3288
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#3288
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 @Thunderhawk2001 on GitHub (Aug 1, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/467
Originally assigned to: @VShawn on GitHub.
Is your feature request related to a problem? Please describe.
It's pretty infuriating to have to manually add every Session from PuTTy/KiTTy into 1Remote.
Describe the solution you'd like
A way to import my current PuTTy/KiTTy sessions into 1Remote with "just one click" or via *.reg import of the Putty Sessions.
Describe alternatives you've considered
Only alternative would be to not use 1Remote. So we would continue to use PuTTy/KiTTy or another app, which features this import functionality.
@majkinetor commented on GitHub (Aug 1, 2023):
If this is done, it should be done in idempontent way so that people can re-do import without duplicating previously imported connections, since you can create new Kitty connections after importing existing ones in 1RM.
So, some form of kitty session id should be imported. Skipping existing connection names could be enough though...
@VShawn commented on GitHub (Aug 2, 2023):
there may no way or hard to export putty's sessions. putty does not provide export feature, and mRemoteNG only read the session name from putty without importing putty's sessions into their own database.
@Thunderhawk2001 commented on GitHub (Aug 2, 2023):
Oh, okay.
I've used a work around now:
I downloaded mRemoteNG, started it, created a dummy SSH entry, exported that as *.CSV. Now I opened this file with excel and pasted my list of ssh servers as name and hostname, used a new ID starting with 1, and kept every other option the same as the dummy entry.
Now I could import this list via the "import mRemoteNG csv" function.
Screenshot:

@majkinetor commented on GitHub (Aug 2, 2023):
The sessions are available in the Registry at
HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions@VShawn commented on GitHub (Aug 13, 2023):
password not available here, i wont import putty without password.