FreeBSD Bugzilla – Attachment 160387 Details for
Bug 202683
[patch] www/firefox: DSA -> RSA in pkg-message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change DSA to RSA key in pkg-message
pkg-message.patch (text/plain), 1.10 KB, created by
Christian Weisgerber
on 2015-08-26 19:48:31 UTC
(
hide
)
Description:
Change DSA to RSA key in pkg-message
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2015-08-26 19:48:31 UTC
Size:
1.10 KB
patch
obsolete
>Index: firefox/pkg-message >=================================================================== >--- firefox/pkg-message (revision 395390) >+++ firefox/pkg-message (working copy) >@@ -7,8 +7,8 @@ > Only sftp access using public key authentication works. To easily > setup public key authentication to "remote_host": > >-ssh-keygen -t dsa >-cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .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. > >Index: firefox-esr/pkg-message >=================================================================== >--- firefox-esr/pkg-message (revision 395390) >+++ firefox-esr/pkg-message (working copy) >@@ -7,8 +7,8 @@ > Only sftp access using public key authentication works. To easily > setup public key authentication to "remote_host": > >-ssh-keygen -t dsa >-cat ~/.ssh/id_dsa.pub | ssh remote_host "cat >> .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. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202683
: 160387