Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: bourz on 03 February 2019, 13:45:10

Title: [SOLVED] OpenRC, Thunar (caja, etc.), sshfs
Post by: bourz on 03 February 2019, 13:45:10
System was installed from last OpenRC base relise.  So: clear installation with XFCE4 as DE.  X-session fire-up with xfce4start . gvfs, sshfs installed. Thunar can mount/umount all external drive without any problem. Exept - ssh. When i try connect from this (let it be A) host to host B with ssh - this is unavailable.  Ask Browse network get answer "operation not support". And in preferences 'advanced tab' i look  "It looks like gvfs isn't available."
If try connect from host B to host A - is ok. 
Title: Re: OpenRC, Thunar (caja, etc.), sshfs
Post by: alium on 03 February 2019, 22:30:06
gvfs is build with openssh support.

work gvfs- mount ?     like for example 'gvfs-mount sftp://user@machine/home'
Title: Re: OpenRC, Thunar (caja, etc.), sshfs
Post by: bourz on 04 February 2019, 02:12:44
Not work:
[1]
Code: [Select]
gvfs-mount sftp://alisa@assgard/home 
This tool has been deprecated, use 'gio mount' instead.
See 'gio help mount' for more info.

gio: sftp://alisa@assgard/home: Connection failed

Is it right that sshfs no more need? (if gvfs is support ssh itself)
Title: Re: OpenRC, Thunar (caja, etc.), sshfs
Post by: alium on 04 February 2019, 10:51:23
gvfs use openssh,

maybe is not ssh open, running ssh-agent ?
Title: Re: OpenRC, Thunar (caja, etc.), sshfs
Post by: bourz on 04 February 2019, 18:32:40
The problem was in config files (on gentoo host). Now solved.
Thank for your time and answer!