openssh broken in homebrew for local LAN only. Reporting "No route to host" #6488
Unanswered
andreasfink
asked this question in
Everyday usage
Replies: 2 comments
-
|
Check if your terminal has access to the local network: https://support.apple.com/guide/mac-help/control-access-to-your-local-network-on-mac-mchla4f49138/mac |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
it has according to system preferences.i fixed it by deleting item2, rebooting, reinstalling it and then allowing access to local lan when prompted. Apples security theater treats developers like 6 year old kids. Filed a bugreportbugs reported in FB20777562Bug #1 /usr/bin/ssh is treated differently than /opt/homebrew/bin/sshBug #2 iTerm2 is treated differently to terminal.appBug #3 the system preferences > Security > Local Network preference pane does not display accurate values and changing them did not result in the needed changeBug #4 Files are not editable by root (remember this is not /System/Library... this is /Library)Bug #5 Error reporting is misleading and wasting fellow developers time. MASSIVE time.Bug #6 removing attributes (xattr -r -d com.apple.provenance) from files is not workingOn 23 Oct 2025, at 00:29, Patrick Linnane ***@***.***> wrote:
Check if your terminal has access to the local network: https://support.apple.com/guide/mac-help/control-access-to-your-local-network-on-mac-mchla4f49138/mac
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
since I have installed openssh via brew so I can use yubikeys with ssh, I run into a very strange issue.
ssh to a remote host works like normally
ssh to a host on the same LAN my mac always returns "No route to host"
This is the same on my desktop mac and my laptop so it's not specific to one machine or one remote machine.
No firewall involved as its local LAN.
Here is an example with homebrew:
Beta Was this translation helpful? Give feedback.
All reactions