Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2015 15:22:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399141 - in head/www: firefox firefox-esr
Message-ID:  <201510121522.t9CFMLxo038388@repo.freebsd.org>

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



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