devhome
devhome copied to clipboard
SSH keychain widget does not recognize pattern matching declarations
Dev Home version
0.137.141.0
Windows build number
10.0.22621.0
Other software
- OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3
Steps to reproduce the bug
- Add a new host to your
~/.ssh/config
file with pattern matching in the configuration
- Here was mine:
Host ??.logonoff
HostName %h.co
IdentityFile ~/.ssh/id_ed25519
- Add the SSH keychain widget and try to connect to the host
- Notice that it errors out when trying to connect as you cannot fill in the pattern
Expected result
Prompt me to fill in the pattern, perhaps via a dialog box
Actual result
Dev Home will try to SSH to the address with the question marks which is not a valid address
Included System Information
No response
Included Extensions Information
No response