-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
UPD 2025-06-09: now that we have support for external ssh binary, this one should be a lot less of an issue: just run nerdlog with --set 'transport=ssh-bin', and it'll use the external binary which will utiilze all your configs properly.
The only remaining thing is that, because Include is not supported as mentioned below, glob expansion on Nerdlog side might not work as you expect, but that one should be relatively easy to address.
I'll keep the original text below as it was:
Nerdlog uses https://github.com/kevinburke/ssh_config to parse ssh config, and that library unfortunately has some major limitations; the two biggest ones are:
Includeisn't supported: Possibility ofDecodealso reading into root Include kevinburke/ssh_config#30Matchisn't supported: Implement Match kevinburke/ssh_config#6
jygastaud
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request