freeborn | ἐλεύθερος<a class="mention hashtag" href="https://mostr.pub/tags/asknostr" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>asknostr</a> <br><br>Evidently Thursday AM is for IT issues.<br><br>I can no longer <a class="mention hashtag" href="https://mostr.pub/tags/ssh" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>ssh</a> from <a class="mention hashtag" href="https://mostr.pub/tags/ConnectBot" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>ConnectBot</a> on a <a class="mention hashtag" href="https://mostr.pub/tags/grapheneOS" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>grapheneOS</a> ( <span class="h-card"><a class="u-url mention" href="https://grapheneos.social/users/GrapheneOS" rel="nofollow noopener noreferrer" target="_blank">@<span>GrapheneOS</span></a></span> ) device in secondary profile, through <a class="mention hashtag" href="https://mostr.pub/tags/openwrt" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>openwrt</a> router, to dest device on the <a class="mention hashtag" href="https://mostr.pub/tags/lan" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>lan</a>. <br><br>The error I get is:<br>```<br>Connection Lost<br>failed to connect to /<a href="http://xxx.xxx.xxx.xxx" rel="nofollow noopener noreferrer" target="_blank">xxx.xxx.xxx.xxx</a> (port 22) from /:: (port 0): connect failed: EACCES (Permission denied)<br>```<br>(dest IP masked, but src IP is exact - looks wrong?)<br><br>It looks like the request is not sending a src IP:port correctly? Could this be Android 15 related?<br><br>- src and dest devices connected to same lan, powered on<br>- key unlocked in src ConnectBot<br>- src VPN (proton) set to allow local network connections<br>- dest username @ IP correct<br>- dest has matched pubkey in .ssh/authorized_keys<br>- dest sshd config set to allow PubKeyAuth<br>- <a class="mention hashtag" href="https://mostr.pub/tags/openwrt" rel="nofollow noopener noreferrer" target="_blank"><span>#</span>openwrt</a> firewall set to accept ssh traffic on lan<br><br>This issue persists on the entire lan, so probably not an issue with dest device but with the src or the router. I'm guessing it's a grapheneOS thing - src IP/port are masked or something?<br><br>...any ideas?