Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - SSH config files with Include sections are not supported. #309

Open
gvoysey opened this issue Nov 1, 2024 · 0 comments
Open

[BUG] - SSH config files with Include sections are not supported. #309

gvoysey opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gvoysey
Copy link

gvoysey commented Nov 1, 2024

Description

Reading Host specifications from a ssh config file does not support files that use the Include directive. termscp host-name fails to connect.

Steps to reproduce

I have my ~/.ssh/config file as follows:

Include config-work
Include config-personal

and inside config-work i have a properly credentialed host:

Host foo
  HostName foo.work.com
  IdentityFile ~/.ssh/foo-key
  User work-user

If i termscp foo, i am prompted to enter the (nonexistent) password for foo (the Host).

If i move the host declaration into the ~/.ssh/config file instead of an Include-d one, I connect to the host as expected.

Expected behaviour

I expect termscp foo to work with a ssh config file that partitions Hosts by Include-d files.

Environment

@gvoysey gvoysey added the bug Something isn't working label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants