SSH config file exec unable to recognize spaces in Windows directory
I am using the OpenSSH client on Windows and trying to connect to a remote server using Cloudflare Tunnel’s executable. I must configure the server hostname in the SSH config file to match the hostname of the server that I am trying to connect to and perform additional operation. However, for whatever reason, the exec command in the config seems to be unable to recognize the command if the executable directory contains any spaces. I understand that paths with spaces need to be enclosed in quotation marks or use some escape characters when running in a terminal, but for whatever reason, nothing I tried seems to work in this case.