http://www.perlmonks.org?node_id=647664


in reply to Re: Nautilus helper script to "Open in gvim"
in thread Nautilus helper script to "Open in gvim"

I'm not quite sure how you'd end up being prompted for the remote machine's root password unless you're browsing a URL like ssh://root@servername/. If that is the case then you could add your SSH public key (eg: ~/identity.pub) to the remote root user's ~/.ssh/authorized_keys file.

  • Comment on Re^2: Nautilus helper script to "Open in gvim"