ssh-config-mode-el
ssh-config-mode-el copied to clipboard
Maybe add a ssh_config parser?
Hi,
a couple of months ago I wrote a parser for ssh_config files along with a matcher to match wildcard entries etc. I wanted to use it with tramp but found another (nonemacs) solution to the problem I wanted to solve.
If you want to use it, feel free, I hereby waive copyright of it: ssh-config.el. This could be used to validate ssh configs, find duplicate entries or whatever.
best, Tom
hi! thanks for the idea. It could be useful to check for duplicate entries and to show what options would be applied to a host.
The referenced gist is no longer alive. Any chance the code still lives somewhere else @TLINDEN ?
I recreated it: ssh-config.el.