From ac6176ea8e028b19b073f296d3b2f8e812911999 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 24 Apr 2000 01:41:47 +0000 Subject: Sort PLIST and use ssh-keygen1 for key generation, not ssh-keygen which may point to the ssh2 port. PR: ports/13167 --- security/ssh/pkg-plist | 22 +++++++++++----------- security/ssh/pkg-plist.x11 | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'security') diff --git a/security/ssh/pkg-plist b/security/ssh/pkg-plist index 555641cdf8ef..28e0ce057044 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 ffe3a0b71ee0..3d4ac02a7dba 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 -- cgit v1.2.3