-
-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Hi,
Thank you for your great work on termscp! I really enjoy using it.
I would like to request a feature that allows termscp to reuse OpenSSH host configurations from ~/.ssh/config. Similar tools, such as tssh, directly reuse OpenSSH configurations, while WindTerm provides an option to import them. This feature would make it much easier to connect to remote servers without manually re-entering host details.
Expected Behavior:
termscp should be able to read and use OpenSSH configurations, including aliases, ports, identity files, etc.
Ideally, users should be able to connect using just the host alias defined in ~/.ssh/config.
Benefits:
Enhances usability by reducing the need to manually configure connections.
Ensures consistency with existing SSH configurations.
Saves time for users who manage multiple SSH connections.
Would this be something that could be considered for a future release?
Thanks again for your work!