Author: jhuntwork
Date: 2006-01-12 20:07:24 -0700 (Thu, 12 Jan 2006)
New Revision: 1358
Modified:
trunk/packages/blfs-bootscripts/blfs-bootscripts-add-autosshd-1.patch
Log:
Adjust ssh bootscript so that it is more verbose when generating keys
Modified: trunk/packages/blfs-bootscripts/blfs-bootscripts-add-autosshd-1.patch
===================================================================
--- trunk/packages/blfs-bootscripts/blfs-bootscripts-add-autosshd-1.patch
2006-01-12 03:47:00 UTC (rev 1357)
+++ trunk/packages/blfs-bootscripts/blfs-bootscripts-add-autosshd-1.patch
2006-01-13 03:07:24 UTC (rev 1358)
@@ -34,9 +34,9 @@
case "$1" in
start)
boot_mesg "Starting SSH Server..."
-+ [ -f /etc/ssh/ssh_host_key ] || ssh-keygen -q -t rsa1 -f
/etc/ssh/ssh_host_key -N ""
-+ [ -f /etc/ssh/ssh_host_rsa_key ] || ssh-keygen -q -t rsa -f
/etc/ssh/ssh_host_rsa_key -N ""
-+ [ -f /etc/ssh/ssh_host_dsa_key ] || ssh-keygen -q -t dsa -f
/etc/ssh/ssh_host_dsa_key -N ""
++ [ -f /etc/ssh/ssh_host_key ] || ssh-keygen -t rsa1 -f
/etc/ssh/ssh_host_key -N ""
++ [ -f /etc/ssh/ssh_host_rsa_key ] || ssh-keygen -t rsa -f
/etc/ssh/ssh_host_rsa_key -N ""
++ [ -f /etc/ssh/ssh_host_dsa_key ] || ssh-keygen -t dsa -f
/etc/ssh/ssh_host_dsa_key -N ""
loadproc /usr/sbin/sshd
;;
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page