I'm trying to create ConEmu task in Cmder, I want to navigate to particular directory and run a SSH command and using git-bash
for this. I'm able to change directory but can't run the SSH command.
Command
*cmd /c "%ConEmuDir%\..\git-for-windows\bin\bash" --login -i -new_console:d:E:\Project\SSHKeys && ssh -i "secret.pem" ubuntu@ip_address
Error
'C:\cmder\vendor\conemu-maximus5\..\git-for-windows\bin\bash" --login -i && ssh -i "secret.pem' is not recognized as an internal or external command, operable program or batch file.