ssh missing match criteria for exec=command -v q #263
Replies: 4 comments 1 reply
-
Not an answer but an observation.
which removes the lines from ~/.ssh/config
and ssh on my laptop works again as expected. |
Beta Was this translation helpful? Give feedback.
-
I suddenly started seing
and uninstalling this integration also fixed the problem. |
Beta Was this translation helpful? Give feedback.
-
Any fix for this issue? I have been facing the same issue |
Beta Was this translation helpful? Give feedback.
-
For the SSH integration, we run a line that looks like the following: Match exec="command -v q && q internal generate-ssh --remote-host %h --remote-port %p --remote-username %r"
Include "/Users/USER/Library/Application Support/amazon-q/ssh_inner" It seems that the According to the man page, nothing out of the ordinary support for |
Beta Was this translation helpful? Give feedback.
-
Checks
q doctor
in the affected command line session and it didn't resolve my issueq restart
and it didn't resolve my issueExpected behaviour
% ssh npearl
login to host called npearl
npearl %
Actual behaviour
5ce91ec30510 % ssh npearl
Missing Match criteria for exec=command -v q && q internal generate-ssh --remote-host %h --remote-port %p --remote-username %r
/Users/npearl/Library/Application Support/amazon-q/ssh line 1: Bad Match condition
/Users/npearl/Library/Application Support/amazon-q/ssh: terminating, 1 bad configuration options
Steps to reproduce
Yes.
Attempt to ssh into a host.
Environment
Beta Was this translation helpful? Give feedback.
All reactions