I want to open link like "ssh://username@hostname" with ssh.
I think xdg-open can help me(xdg-open ssh://username@hostname), but I don't know how.
How can i do it?
|
|
|
What I could gather, you have to register the protocol in the gconf:
(source) I can't get it to register ssh in chromium though. Haven't tried with firefox, but these instructions should help. |
||||
|
You can open the ssh link on the command line by using This should solve most of your problems. xdg-open can only open the url if the url has been mounted somewhere already. Otherwise it can't access the ssh files. |
|||
|
|
|
if i understand your question correctly then i think you want to open such link in gui mode. To open such links in nautilus just replace ssh with sftp open nautilus and type sftp://user@host in address bar and press enter |
|||
|
|
