svn commit: r399141 - in head/www: firefox firefox-esr

Steve Wills swills at FreeBSD.org
Mon Oct 12 15:22:23 UTC 2015


Author: swills
Date: Mon Oct 12 15:22:21 2015
New Revision: 399141
URL: https://svnweb.freebsd.org/changeset/ports/399141

Log:
  www/firefox: DSA -> RSA in pkg-message
  
  PR:		202683
  Submitted by:	naddy

Modified:
  head/www/firefox-esr/pkg-message
  head/www/firefox/pkg-message

Modified: head/www/firefox-esr/pkg-message
==============================================================================
--- head/www/firefox-esr/pkg-message	Mon Oct 12 15:20:46 2015	(r399140)
+++ head/www/firefox-esr/pkg-message	Mon Oct 12 15:22:21 2015	(r399141)
@@ -7,8 +7,8 @@ sftp:// (Gvfs/GIO option):
 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.
 

Modified: head/www/firefox/pkg-message
==============================================================================
--- head/www/firefox/pkg-message	Mon Oct 12 15:20:46 2015	(r399140)
+++ head/www/firefox/pkg-message	Mon Oct 12 15:22:21 2015	(r399141)
@@ -7,8 +7,8 @@ sftp:// (Gvfs/GIO option):
 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.
 


More information about the svn-ports-head mailing list