diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-20 14:11:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-06-20 14:11:17 +0000 |
commit | de7b5852d54940a7d9bb004940c2859a3b906096 (patch) | |
tree | 6b1dc70cf7434e9d5553af693c69a3ec468fd635 /security | |
parent | missing ) (diff) |
Remove reminder about host key generation, it autogenerated on install
Notes
Notes:
svn path=/head/; revision=3258
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 6 | ||||
-rw-r--r-- | security/ssh2/Makefile | 6 |
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; \ |