linux add the following lines to user.js (in the profile folder):
user_pref(“network.protocol-handler.external.ssh”, true);
user_pref(“network.protocol-handler.warn-external.ssh”, false);
user_pref(“network.protocol-handler.expose.ssh”, true);
user_pref(“network.protocol-handler.app.ssh”, \
[noLineBreak] “/PATHTO/NAME_OF_SSHHANDLER_HELPER_SCRIPT”);
ssh handler helper script
#!/usr/bin/env bash xterm -e ssh \`echo $1 | sed -e "s/ssh:\\/\\///"\` # \# don't forget to set the script's exectuable flag # windows execute (or combine) ssh.