-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Failed to connect over SSH #20854
Comments
Any server and client logs you can provide? |
this is the client side log
|
I want to see if I can trigger the same behavior.
Feel free to redact, but the more information you can provide the more likely we are to be able to reproduce your setup and trigger the issue you're having. |
I have seen this behavior -- does your .bashrc on the remote host do something like exec $(which zsh) ? If so, can you try updating it to look like this? if test -t 1; then
exec $(which zsh)
fi (alternatively, move |
you are right , i did , but after remove exec which zsh , timeout error still came out |
Check for existing issues
Describe the bug / provide steps to reproduce it
zed ssh://xxx-configured-in-ssh-conf-with-ProxyCommand:/path/to/repo
Environment
Zed: v0.161.2 (Zed)
OS: macOS 14.5.0
Memory: 16 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: