Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 02:13:03 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r400727 - in branches/2015Q4/www: firefox firefox-esr
Message-ID:  <201511040213.tA42D3eI067719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511040213.tA42D3eI067719>