You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this great package. I’m using it in my project LazySSH, and it has been very helpful.
I wanted to ask if there are any plans to extend the package with functions to modify the SSH config such as adding new hosts, editing existing ones, and deleting entries, while still preserving the untouched/original content (comments, formatting, etc.).
I’ve made a fork to experiment with this idea: adembc/ssh_config.
It works, but I think having a clean and official implementation in this package would be very valuable to the community.