Commit Graph

3 Commits

Author SHA1 Message Date
Roeniss Moon
1152d283fe
feat(ssh): Load hosts in other ssh config files
If the ~/.ssh/config contains `Include` directives, it'd be better
to parse the target config files if possible. This commit implements that.
The included config can also have Include directives, but it's not parsed
because of possibility of infinite loop, for now.
2025-03-22 01:05:50 +09:00
Gam
50fd98e5a6
fix(ssh): allow multiple definitions per host (#12227) 2024-02-29 21:59:27 +01:00
Frank Dana
8b2ce98578
feat(ssh): add plugin (#12186)
Closes #2707 

Co-authored-by: Frank Wittig <frank.wittig@here.com>
Co-authored-by: Frank Wittig <frank@e5k.com>
2024-01-30 11:43:03 +01:00