I am struggling to use gedit
through a remote connection using Putty
from a windows machine, it will really help if someone can find a way to do this.
Is there a way we can use gedit
from a windows machine by using putty
to remotely connect?
I am struggling to use gedit
through a remote connection using Putty
from a windows machine, it will really help if someone can find a way to do this.
Is there a way we can use gedit
from a windows machine by using putty
to remotely connect?
There are two different ways of achieving this:
Remote gedit
Normally you do that using X Forwarding via SSH. On Windows you will need some kind of X server, for example xming. See http://www.math.umn.edu/systems_guide/putty_xwin32.html for instructions.
There are more tutorials on the web, from brief Googling:
Local gedit
You point your local gedit installed on your machine to the remote file through SSH. See e.g. http://thecodecentral.com/2010/04/02/use-gedit-as-remote-file-editor-via-ftp-and-ssh-ubuntu how to do that on Ubuntu.
On Windows, you might want to mount a remote folder as a local disk: How do I mount a remote Linux folder in Windows through SSH?
Alternatively, it might be possible to use a Gedit plugin: https://code.google.com/p/gedit-remote-editing-file/