ubuntu 远程登录错误

利用  ubuntu 16.04 自带功能远程登录到同事的电脑时,提示如下错误:

This file server type is not recognized

百度一下,得知,缺少必要的文件,安装后解决

sudo apt install gvfs-backends

原文地址:https://www.cnblogs.com/rohens-hbg/p/9843260.html