Edit-text-files-over-SSH using a local text editor
- by Mikko Ohtamaa
I am working in various Linux and UNIX environments.
I'd like to elegantly solve the problem of editing remote configuration files over SSH. Instead of using terminal editors (nano), I'd like to open the file in a local text editor on my desktop (Sublime Text 2).
CyberDuck, WinSCP and various other SFTP apps can do this.
Using editors over X11…