We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using RemoteCommand in my SSH config (using MacOS) I get the following error: Cannot execute command-line and remote command.
Hosts that do not use the RemoteCommand setting perform SSH correctly.
Steps to reproduce:
RemoteCommand tmux new -A -s anynameyoulike
ssh hostname
SSH to connect to the server and run the command.
No response
MacOS
12.0.1
Hosts with `ProxyCommand ssh -W %h:%p proxyhostname.tld` are not impacted.
The text was updated successfully, but these errors were encountered:
@dbowling Subscribe to (this is where we'll share SSH updates):
I've moved this issue to our dedicated SSH discussion:
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using RemoteCommand in my SSH config (using MacOS) I get the following error: Cannot execute command-line and remote command.
Hosts that do not use the RemoteCommand setting perform SSH correctly.
To Reproduce
Steps to reproduce:
RemoteCommand tmux new -A -s anynameyoulike
ssh hostname
Expected behaviour
Screenshots
No response
Operating System
MacOS
OS Version
12.0.1
Additional context
Hosts with `ProxyCommand ssh -W %h:%p proxyhostname.tld` are not impacted.
The text was updated successfully, but these errors were encountered: