Bugs item #640328, was opened at 2002-11-18 16:30 Message generated for change (Comment added) made by jsquyres You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=640328&group_id=9368
Category: Installation Group: 1.5 >Status: Open Resolution: None Priority: 3 Submitted By: Jeff Squyres (jsquyres) Assigned to: Neil Gorsuch (ngorsuch) Summary: ssh host key generation broken Initial Comment: Some of the ssh-keygen commands in scripts/ssh-install do not have the -t parameter, which causes ssh-keygen to fail while building the client image. This does not appear to be a problem if there are already host keys generated for the server node. But if the server node does not already have host keys in /etc/ssh, this bug is triggered. ---------------------------------------------------------------------- >Comment By: Jeff Squyres (jsquyres) Date: 2003-12-04 14:34 Message: Logged In: YES user_id=11722 It's been quite a while since I filed this, so I don't remember exactly. I'm pretty sure that there was *some* case where it could happen, although it may have been if I manually deleted the server's keys. Either way, the OSCAR code is wrong: the code is there for this explicit case, and it's missing the -t parameter, so if this code is triggered, it barfs. ---------------------------------------------------------------------- Comment By: Jason Brechin (brechin) Date: 2003-12-04 13:58 Message: Logged In: YES user_id=274641 Don't we make sure that the server has host keys before this step happens? Can this be considered to be fixed? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=109368&aid=640328&group_id=9368 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Oscar-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/oscar-devel
