-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
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
Cannot execute command-line and remote command #1171
Comments
From @CamJN via #502 (reply in thread)
|
Hey Folks, as a workaround you can add You can also try disabling the SSH Wrapper by navigating to Related docs: If those don't work, please let us know. |
Adding However, running the command in a subshell works: # Any of these work
"$SHELL" -c 'ssh $ssh_host_name'
bash -c 'ssh $ssh_host_name'
sh -c 'ssh $ssh_host_name' |
Since you have to hard-code |
@nick-youngblut if you just add |
For me, even if I add Moreover, I think the following issues are duplicates of this one: |
@dannyneira Running
...but logging in to either the head node or any other node via
To be clear, I can ssh onto any node with |
For me it works: with config
Before:
After:
|
Discord username (optional)
No response
Local Shell and Version
5.8
Remote Shell and Version
4.2.46(2)-release
Operating System and Version
macos Monterey v12.3.1 and CentOS Linux 7 (Core)
I have tried commenting out my system & user rcfiles and warp still will not bootstrap
Screenshots
This is my ssh config.
If I delete the line
RemoteCommand cd /xx
, warp will works.Include shell xtrace output
Cannot execute command-line and remote command.
The text was updated successfully, but these errors were encountered: