A remote host can mount with nautilus:
nautilus sftp://<target-host>
But, in this case a nautilus window is opened. I would like to use this command in a script.
How can I avoid window opening?
Remark: I know sshfs, but I would like to use nautilus because I would like to see the connection in sidebar of nautilus and sshfs can cause problem if the remote host is down.