Index: head/www/firefox/pkg-message =================================================================== --- head/www/firefox/pkg-message (revision 510798) +++ head/www/firefox/pkg-message (revision 510799) @@ -1,45 +1,48 @@ [ { type: install message: <> .ssh/authorized_keys" + $ ssh-keygen + $ cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" -The SSH server on remote_host must allow pub key authentication. +The SSH server on `remote_host` must allow pub key authentication. EOM } ] Index: head/www/firefox-esr/pkg-message =================================================================== --- head/www/firefox-esr/pkg-message (revision 510798) +++ head/www/firefox-esr/pkg-message (revision 510799) @@ -1,44 +1,48 @@ [ { type: install message: <> .ssh/authorized_keys" + $ ssh-keygen + $ cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" -The SSH server on remote_host must allow pub key authentication. +The SSH server on `remote_host` must allow pub key authentication. EOM } ]