INSTALL.md: Fix SSH server key generation command, must use PEM format
Because that's what the 'ssh' package knows how to handle Maybe it can handle OpenSSH format too, anyway I didn't check, may look into this in the future
This commit is contained in:
parent
088d166d13
commit
ceee428450
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Build. This will also automatically install the GHC Haskell compiler.
|
|||
|
||||
Generate a new SSH key with a blank password:
|
||||
|
||||
$ ssh-keygen -t rsa -f config/ssh-host-key
|
||||
$ ssh-keygen -t rsa -m PEM -f config/ssh-host-key
|
||||
|
||||
Update the settings to specify correct database connection details and other
|
||||
settings.
|
||||
|
|
Loading…
Reference in a new issue