[Lunar-commits] CVS: moonbase/crypto/openssh Makefile,1.1,1.2
Terry Chan
tchan at lunar-linux.org
Tue Mar 2 21:56:06 GMT 2004
Update of /var/cvs/lunar/moonbase/crypto/openssh
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24437
Modified Files:
Makefile
Log Message:
Added at sofar's request, the -N '' to the server key lines.
Index: Makefile
===================================================================
RCS file: /var/cvs/lunar/moonbase/crypto/openssh/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile 5 Aug 2003 20:42:17 -0000 1.1
+++ Makefile 2 Mar 2004 21:56:04 -0000 1.2
@@ -24,15 +24,15 @@
ssh_host_dsa_key:
umask 77 ; \
- ssh-keygen -t dsa -f ssh_host_dsa_key
+ ssh-keygen -t dsa -N '' -f ssh_host_dsa_key
ssh_host_rsa_key:
umask 77 ; \
- ssh-keygen -t rsa -f ssh_host_rsa_key
+ ssh-keygen -t rsa -N '' -f ssh_host_rsa_key
ssh_host_key:
umask 77 ; \
- ssh-keygen -t rsa1 -f ssh_host_key
+ ssh-keygen -t rsa1 -N '' -f ssh_host_key
server-keys: ssh_host_key ssh_host_rsa_key ssh_host_dsa_key
More information about the Lunar-commits
mailing list