Created attachment 3444 [details] suggested patch to prefer cli remote command If you have set a RemoteCommand in the cli, and specify a command at the end of the ssh command on the cli, it will error out with "Cannot execute command-line and remote command.". While you can specify -o RemoteCommand="your command here" on the cli or -o RemoteCommand=none and put your command one the end of the ssh command, or set a blank config, but it would be easier if the command specified at the end of the ssh command would simply override the RemoteCommand specified in the config.