xpipe icon indicating copy to clipboard operation
xpipe copied to clipboard

[Feature Request] Import from PuTTY/KiTTY/etc

Open valdearg opened this issue 5 months ago • 9 comments

Wondering if it might be possible to support importing from PuTTY/KiTTY (KiTTY being a fork of PuTTY).

The settings are stored within the registry at the below locations:

KiTTY: HKEY_CURRENT_USER\Software\9bis.com\KiTTY\Sessions

PuTTY: HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions

This looks like the following in the regedit:

image

Fields of interest may be the:

HostName - connection hostname UserName - username to pass to the SSH session. Protocol - with PuTTY supporting multiple protocols, this can be ssh, telnet, serial, etc. Autocommand - this is a command which is sent to the SSH session once logged in.

The session name would come from the registry key name, it seems to use HTML encoding so %20 as spaces etc.

valdearg avatar Sep 16 '24 21:09 valdearg