Read the statement by Michael Teeuw here.
SSH Tutorial
-
Okay, I’m connected to the MagicMirror on my Mac’s terminal. Is there a way I can now open the config.js file in a text editor on my Mac?
-
@blacter if u install those other components then you open a sshfs session to have a file browser over the pi disk, then yes,
short of that u have to use the editor ON the pi… text mode
-
-
@sojourner Thanks for suggesting this, I am now using it and it makes remote code editing a breeze.
For those wishing to use it, after installing VS Code read this article to enable remote editing.
[https://petri.com/how-to-edit-linux-files-remotely-in-windows-using-visual-studio-code](link url)
Thanks again.
-
There’s also lots of other ways to get remote access to the Pi so you can edit with normal editors and save there.
SAMBA (easy, IMO), or other tools to create a share… Just search and ye shall find.