[vox-tech] ssh host key generation in init script

Nick Schmalenberger nick at schmalenberger.us
Thu Dec 24 23:21:18 PST 2009


On Thu, Dec 24, 2009 at 09:36:40PM -0700, Orson Jones wrote:
> The easy way to fix it is to change the first line from
> #!/bin/sh
> to
> #!/bin/bash
> 
> And it will work on any system with bash installed. Almost all linux
> distros have bash installed. (Including ubuntu)  Dash is a faster, but
> more limited shell but is still sh compliant. If you aren't worried
> about speed you can still use bash without any trouble.
>
This is a good idea, since I'm patching the script anyway.
Thanks, I think this is what I will do.
Nick Schmalenberger


More information about the vox-tech mailing list