diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 01:41:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-24 01:41:47 +0000 |
commit | ac6176ea8e028b19b073f296d3b2f8e812911999 (patch) | |
tree | d81ac286f4f9e27a9c4d33785ac15cc1e744038a | |
parent | Since AT&T has released KSH93 as open-source, there is no longer a (diff) |
Sort PLIST and use ssh-keygen1 for key generation, not ssh-keygen which
may point to the ssh2 port.
PR: ports/13167
Notes
Notes:
svn path=/head/; revision=27943
-rw-r--r-- | security/ssh/pkg-plist | 22 | ||||
-rw-r--r-- | security/ssh/pkg-plist.x11 | 2 |
2 files changed, 12 insertions, 12 deletions
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 |