답변:
내가 수집 할 수있는 것은 gconf에 프로토콜을 등록해야합니다.
gconftool-2 --set --type=bool /desktop/gnome/url-handlers/ssh/enabled true
gconftool-2 --set --type=string /desktop/gnome/url-handlers/ssh/command 'gnome-terminal -e "%s"'
gconftool-2 --set --type=bool /desktop/gnome/url-handlers/ssh/needs_terminal false
( 소스 )
그래도 크롬에 ssh를 등록 할 수는 없습니다. 파이어 폭스로 시도하지 않았지만 이 지침 이 도움이 될 것입니다.
ssh username@hostname
gnome에서 노틸러스를 통해 액세스하려는 경우 명령 줄에서 ssh 링크를 열 수 있습니다 . URL ssh://username@hostname
을 입력하고 열기를 클릭하십시오.
이것은 대부분의 문제를 해결해야합니다. URL이 이미 어딘가에 마운트되어 있으면 xdg-open은 URL을 열 수만 있습니다. 그렇지 않으면 ssh 파일에 액세스 할 수 없습니다.