Here is the SSH config file syntax and all the needed how-tos for configuring the your OpenSSH client| www.ssh.com
Back to Repository Home PageToltec Package Listing| toltec-dev.org
Background Tailscale is a pretty cool technology that allows devices to access each other across any network by automatically punching holes through networks. (Long gone are the days of ssh -L 8000:localhost:8000 server to do development! Now we can just go to http://server:8000 directly!) Its setup process is fairly simple for both Windows and Linux, but it doesn’t have detailed solutions for embedded devices (such as the Remarkable). This blogpost details the steps I took to get Tailscale...| Addison Chan