I have ssh connection with a remote machine (ssh username@server
). But now I want to open a certain folder path/to/folder
in a GUI environment. The following I've tried while being in username@server:/path/to/folder
:
Input:
nautilus .
Output:
The program 'nautilus' is currently not installed.
To run 'nautilus' please ask your administrator to install the package 'nautilus'
So nautilus
is not installed on the remote machine, but it is on my local machine.
I've tried xdg-open
aswell. It does work, but that is not really what I want. I want the same interface while browsing my local machine (so basically nautilus).
Is there a way to do this in Ubuntu 14.04?
Thanks in advance, if there is anything unclear, please ask!
PS. I do not have the rights to install anything on the remote machine.