Change SSH host key default filenames
This commit is contained in:
parent
7b75e0a54c
commit
8a78fec8f6
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ Update `stack.yaml` to specify that path in the `packages` section:
|
|||
|
||||
Generate a new SSH key with a blank password:
|
||||
|
||||
$ ssh-keygen -t rsa -f config/ssh-private-key
|
||||
$ ssh-keygen -t rsa -f config/ssh-host-key
|
||||
|
||||
Install PostgreSQL. You'll need the server and the client library development
|
||||
files.
|
||||
|
|
4
_boring
4
_boring
|
@ -123,6 +123,6 @@
|
|||
^yesod-devel(/|$)
|
||||
|
||||
### vervis
|
||||
^config/ssh-private-key$
|
||||
^config/ssh-private-key\.pub$
|
||||
^config/ssh-host-key$
|
||||
^config/ssh-host-key\.pub$
|
||||
^repos(/|$)
|
||||
|
|
|
@ -40,5 +40,5 @@ database:
|
|||
|
||||
repo-dir: repos
|
||||
ssh-port: 5022
|
||||
ssh-key-file: config/ssh-private-key
|
||||
ssh-key-file: config/ssh-host-key
|
||||
copyright: Insert your statement against copyright here
|
||||
|
|
Loading…
Reference in a new issue