- Enable SSH on Mac: System Settings → General → Sharing → Remote Login
- Find Mac IP: System Settings → Wi-Fi → click network → copy IP address
- Same Wi-Fi for both devices
- Create key in app: SSH Keys → + → Secure Enclave → Add → tap key → copy public key
- Authorize on Mac:
mkdir -p ~/.ssh && chmod 700 ~/.ssh echo "ecdsa-sha2-nistp256 AAAA..." >> ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys
- Connect: New connection → Mac IP, port 22, your username, Secure Enclave Key
tgkd/tunlr
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|