From 424b30317ad2d7a5ce9fbbd32a838947a462a8e2 Mon Sep 17 00:00:00 2001 From: jebba Date: Fri, 4 Feb 2022 20:42:43 -0700 Subject: [PATCH] sshfs --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9570f01..9762f5f 100644 --- a/README.md +++ b/README.md @@ -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.