aboutsummaryrefslogtreecommitdiffstats
path: root/www/firefox-esr
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2015-10-12 23:22:21 +0800
committerswills <swills@FreeBSD.org>2015-10-12 23:22:21 +0800
commitf5d583ac2e8bdb5d0356453873f7a2a4377d30e0 (patch)
tree04995b628701408424be30e7b0c0de8979aefc88 /www/firefox-esr
parent12ebfbc04519f942e6c4f60f357b0893114f4c2a (diff)
downloadfreebsd-ports-graphics-f5d583ac2e8bdb5d0356453873f7a2a4377d30e0.tar.gz
freebsd-ports-graphics-f5d583ac2e8bdb5d0356453873f7a2a4377d30e0.tar.zst
freebsd-ports-graphics-f5d583ac2e8bdb5d0356453873f7a2a4377d30e0.zip
www/firefox: DSA -> RSA in pkg-message
PR: 202683 Submitted by: naddy
Diffstat (limited to 'www/firefox-esr')
-rw-r--r--www/firefox-esr/pkg-message4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-esr/pkg-message b/www/firefox-esr/pkg-message
index e6345a1a5e5..00c7143887a 100644
--- a/www/firefox-esr/pkg-message
+++ b/www/firefox-esr/pkg-message
@@ -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.