openssh - cannot connect to some hosts (system ssh can) / rebuild from source #5935
Replies: 3 comments
-
Did you report this to the OpenSSH project? They're much better equipped to help you debug this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Backup and remove the directory |
Beta Was this translation helpful? Give feedback.
0 replies
-
~macos 15.3.1 had some wierd ssh issues. Since then I've applied OS updates (and openssh is also up to date) and not seeing issues. therefore closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
OpenSSH from homebrew seems to have a problem connecting to some hosts, not all, client is running macOS 15.3. The system ssh has no such problems. For example
ie OpenSSH_9.9p1, OpenSSL 3.4.0 22 Oct 2024 fails:
but OpenSSH_9.8p1, LibreSSL 3.3.6 fails:
The same is seen with some other hosts (all are on the same flat subnet 255.255.255.0), as well as with IPv6
Additionally, I tried building openssh from source (in case of a compile issue) but this failed:
Any ideas of things to check? Or how to get the local build working (other than go back to original sources & create a custom build)
Beta Was this translation helpful? Give feedback.
All reactions