aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-06-20 22:11:17 +0800
committerache <ache@FreeBSD.org>1996-06-20 22:11:17 +0800
commit744d65ab2ff89f68e27d6d6f0447d8dbc07d01a0 (patch)
treedbf380d0602e7b131b879d7c28de5a2032e4ac61 /security
parent82a40296d9599f4bfd320da0bb57d6353bde9f94 (diff)
downloadfreebsd-ports-gnome-744d65ab2ff89f68e27d6d6f0447d8dbc07d01a0.tar.gz
freebsd-ports-gnome-744d65ab2ff89f68e27d6d6f0447d8dbc07d01a0.tar.zst
freebsd-ports-gnome-744d65ab2ff89f68e27d6d6f0447d8dbc07d01a0.zip
Remove reminder about host key generation, it autogenerated on install
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile6
-rw-r--r--security/ssh2/Makefile6
2 files changed, 2 insertions, 10 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index bf74d708a5a0..74855bb9b598 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.25 1996/06/15 07:03:11 torstenb Exp $
+# $Id: Makefile,v 1.26 1996/06/15 17:50:17 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -85,10 +85,6 @@ post-install:
${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \
${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \
${PREFIX}/man/man1/make-ssh-known-hosts.1
- @echo "---------------------------------------------------------------"
- @echo "If you are installing for the first time, do not forget to run:"
- @echo " ssh-keygen -b 1024 -f $(PREFIX)/etc/ssh_host_key -N '' "
- @echo "---------------------------------------------------------------"
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/sshd.sh; \
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index bf74d708a5a0..74855bb9b598 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.25 1996/06/15 07:03:11 torstenb Exp $
+# $Id: Makefile,v 1.26 1996/06/15 17:50:17 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -85,10 +85,6 @@ post-install:
${PREFIX}/man/man1/ssh-agent.1 ${PREFIX}/man/man1/ssh-keygen.1 \
${PREFIX}/man/man1/ssh.1 ${PREFIX}/man/man8/sshd.8 \
${PREFIX}/man/man1/make-ssh-known-hosts.1
- @echo "---------------------------------------------------------------"
- @echo "If you are installing for the first time, do not forget to run:"
- @echo " ssh-keygen -b 1024 -f $(PREFIX)/etc/ssh_host_key -N '' "
- @echo "---------------------------------------------------------------"
@if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/sshd.sh; \