EternalTerminal icon indicating copy to clipboard operation
EternalTerminal copied to clipboard

ssh_config: support multiple Include

Open SuperSandro2000 opened this issue 5 years ago • 5 comments

The ssh_config parser does not support multiple Include commands. It just stops after the first one and ignores all following. This works with openssh-client so it should obviously also work with et.

SuperSandro2000 avatar Sep 02 '20 18:09 SuperSandro2000

Please submit a PR with the change

MisterTea avatar Dec 02 '20 03:12 MisterTea

I have no prior experience in C++ otherwise I would have done that already.

SuperSandro2000 avatar Dec 06 '20 06:12 SuperSandro2000

@SuperSandro2000 I learned c++ by submitting changes to an open source project. So can you!

MisterTea avatar Dec 06 '20 10:12 MisterTea

@SuperSandro2000 I learned c++ by submitting changes to an open source project. So can you!

Take a look at my contributions on my GitHub profile. There are only 24 hours in a day and I do not have time to learn c++.

SuperSandro2000 avatar Dec 06 '20 21:12 SuperSandro2000

I can confirm. It does not work with mutiple includes, only on the first one.

mcybz avatar May 23 '21 19:05 mcybz