svn commit: r400727 - in branches/2015Q4/www: firefox firefox-esr

Steve Wills swills at FreeBSD.org
Wed Nov 4 02:13:04 UTC 2015


Author: swills
Date: Wed Nov  4 02:13:03 2015
New Revision: 400727
URL: https://svnweb.freebsd.org/changeset/ports/400727

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

Modified:
  branches/2015Q4/www/firefox-esr/pkg-message
  branches/2015Q4/www/firefox/pkg-message
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/www/firefox-esr/pkg-message
==============================================================================
--- branches/2015Q4/www/firefox-esr/pkg-message	Wed Nov  4 02:12:15 2015	(r400726)
+++ branches/2015Q4/www/firefox-esr/pkg-message	Wed Nov  4 02:13:03 2015	(r400727)
@@ -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: branches/2015Q4/www/firefox/pkg-message
==============================================================================
--- branches/2015Q4/www/firefox/pkg-message	Wed Nov  4 02:12:15 2015	(r400726)
+++ branches/2015Q4/www/firefox/pkg-message	Wed Nov  4 02:13:03 2015	(r400727)
@@ -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-all mailing list