main
jebba 2022-02-04 20:42:43 -07:00
parent dd59dc4aa4
commit 424b30317a
1 changed files with 14 additions and 0 deletions

View File

@ -234,6 +234,20 @@ Last login: Sat Feb 5 00:41:30 2022 from 192.168.1.101
This will survive reboot.
An `sshfs` mount can also be setup, on laptop:
```
sudo apt update
sudo apt install sshfs
mkdir -p ~/mnt
sshfs openpilot:/ ~/mnt/
ls -lh /
```
Another way to do this would be to hijack DNS on your own wifi to intercept
the Comma Three's connection to github, then redirect the connection to
your own server. It depends if it barfs on the SSL or not.