Open gvoysey opened 1 month ago
This issue is stale because it has been open for 30 days with no activity.
bump
On Sun, Dec 1, 2024 at 21:10 github-actions[bot] @.***> wrote:
This issue is stale because it has been open for 30 days with no activity.
— Reply to this email directly, view it on GitHub https://github.com/veeso/termscp/issues/309#issuecomment-2510415332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3ZD325OVCTWL32PHQXCMT2DO6P5AVCNFSM6AAAAABRASQSXKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGQYTKMZTGI . You are receiving this because you authored the thread.Message ID: @.***>
Description
Reading
Host
specifications from a ssh config file does not support files that use theInclude
directive.termscp host-name
fails to connect.Steps to reproduce
I have my
~/.ssh/config
file as follows:and inside
config-work
i have a properly credentialed host:If i
termscp foo
, i am prompted to enter the (nonexistent) password forfoo
(the Host).If i move the host declaration into the
~/.ssh/config
file instead of anInclude
-d one, I connect to the host as expected.Expected behaviour
I expect
termscp foo
to work with a ssh config file that partitionsHost
s byInclude
-d files.Environment