#asknostr
Evidently Thursday AM is for IT issues.
I can no longer #ssh from #ConnectBot on a #grapheneOS ( GrapheneOS (nprofile…a4up) ) device in secondary profile, through #openwrt router, to dest device on the #lan.
The error I get is:
```
Connection Lost
failed to connect to /xxx.xxx.xxx.xxx (port 22) from /:: (port 0): connect failed: EACCES (Permission denied)
```
(dest IP masked, but src IP is exact - looks wrong?)
It looks like the request is not sending a src IP:port correctly? Could this be Android 15 related?
- src and dest devices connected to same lan, powered on
- key unlocked in src ConnectBot
- src VPN (proton) set to allow local network connections
- dest username @ IP correct
- dest has matched pubkey in .ssh/authorized_keys
- dest sshd config set to allow PubKeyAuth
- #openwrt firewall set to accept ssh traffic on lan
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?
...any ideas?