send-ssh-public-key param is unable to find file when full path is specified in git bash #6946
-
Describe the bugWhen calling Expected Behaviorthe ssh-public-key file is found by the parameter Current BehaviorThe file is not found, here is the output:
Reproduction StepsIn git bash on windows, try specifying a full path to your ssh-public key file using the below command:
Possible SolutionI'm not sure if the path is being incorrectly interpreted? I have noticed that as a work-around I am able to specify a relative path and that works fine:
Additional Information/ContextNo response CLI version usedaws-cli/1.22.98 Python/3.10.4 Windows/10 botocore/1.24.43 Environment details (OS name and version, etc.)Windows 11 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @John9570 thanks for reaching out. This seems to be a path issue as you suggested. I’m not sure what your folder structure is but you might need something like this: Also please note - I’m going to convert this issue into a discussion per our guidance process. |
Beta Was this translation helpful? Give feedback.
Hi @John9570 thanks for reaching out. This seems to be a path issue as you suggested. I’m not sure what your folder structure is but you might need something like this:
file://C://...
. Can you try that and let me know if it works for you?Also please note - I’m going to convert this issue into a discussion per our guidance process.