Describe the bug
When I have an ssh config that starts with the following line
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"
I get the following error.
ERROR [sshping] Failed to parse configuration: Host not found
Moving the directive to the bottom of the file resolves the error.
To Reproduce
- Install sshping with cargo install sshping
- run sshping
Expected behavior
I expect the test to run.
Desktop (please complete the following information):
- OS: NixOS 26.05
- Version 0.3.1
Describe the bug
When I have an ssh config that starts with the following line
Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye"I get the following error.
ERROR [sshping] Failed to parse configuration: Host not foundMoving the directive to the bottom of the file resolves the error.
To Reproduce
Expected behavior
I expect the test to run.
Desktop (please complete the following information):