I set up a WSL Ubuntu, installed Gnome Files (Nautilus) and tried to use its Connect to Server functionality.
I am trying to view files in a remote server via SSH.
When I key in ssh://mydomain.com, the string turned red, and the Connect button is always greyed out.
When I click the question mark, there is nothing below the Available Protocols column.
Picture of Available Protocols being empty
This is what I'm expecting:
Here are what I have done so far:
- Installed Gnome Files by
sudo apt install nautilus -y - Followed this solution and run both
sudo apt install gvfs-backendsandsudo apt --reinstall install gvfs-backends, it seems to me this package already exists - This solution suggests that
gvfs-nfspackage is not installed, but runningsudo apt install gvfs-nfsreturnsUnable to locate package gvfs-nfs - I figured installing Gnome might fix its dependencies:
sudo apt install ubuntu-desktop gnome, but it does not work
What is going on? What packages did I missed? I could not find any answer to this elsewhere.
Notes:
- I launched Gnome Files by running
nautilusin Ubuntu shell. Accessing directories seems fine, i.e. I can access Home,/, etc. - Windows Version: Windows 11 21H2 Build 22000.978
- WSL System: Ubuntu-22.04