summaryrefslogtreecommitdiffstats
path: root/security/ssh
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-24 01:41:47 +0000
committerkris <kris@FreeBSD.org>2000-04-24 01:41:47 +0000
commit082ef06d10b799742b1c51336680c3ea2d619030 (patch)
tree94bd94c4697c1a0a9cf426c69f75341b2a36072b /security/ssh
parent8b36c555da0a9c9d7700454a3c83d114c3a017b2 (diff)
downloadFreeBSD-ports-082ef06d10b799742b1c51336680c3ea2d619030.zip
FreeBSD-ports-082ef06d10b799742b1c51336680c3ea2d619030.tar.gz
Sort PLIST and use ssh-keygen1 for key generation, not ssh-keygen which
may point to the ssh2 port. PR: ports/13167
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/pkg-plist22
-rw-r--r--security/ssh/pkg-plist.x112
2 files changed, 12 insertions, 12 deletions
diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist
index 555641c..28e0ce0 100644
--- a/security/ssh/pkg-plist
+++ b/security/ssh/pkg-plist
@@ -1,19 +1,19 @@
-etc/rc.d/sshd.sh
-bin/scp1
+bin/make-ssh-known-hosts
+bin/make-ssh-known-hosts1
bin/scp
-bin/ssh1
-bin/ssh
+bin/scp1
bin/slogin
-bin/ssh-add1
+bin/ssh
bin/ssh-add
-bin/ssh-agent1
+bin/ssh-add1
bin/ssh-agent
-bin/ssh-keygen1
+bin/ssh-agent1
bin/ssh-keygen
-bin/make-ssh-known-hosts1
-bin/make-ssh-known-hosts
+bin/ssh-keygen1
+bin/ssh1
+etc/rc.d/sshd.sh
etc/ssh_config
etc/sshd_config
-sbin/sshd1
sbin/sshd
-@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen -N "" -f %D/etc/ssh_host_key; fi
+sbin/sshd1
+@exec if [ ! -f %D/etc/ssh_host_key ]; then echo "Generating a secret host key.." ; %D/bin/ssh-keygen1 -N "" -f %D/etc/ssh_host_key; fi
diff --git a/security/ssh/pkg-plist.x11 b/security/ssh/pkg-plist.x11
index ffe3a0b..3d4ac02 100644
--- a/security/ssh/pkg-plist.x11
+++ b/security/ssh/pkg-plist.x11
@@ -1,2 +1,2 @@
-bin/ssh-askpass1
bin/ssh-askpass
+bin/ssh-askpass1
OpenPOWER on IntegriCloud