mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 19:24:52 +09:00
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:
|
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
|
Install PostgreSQL. You'll need the server and the client library development
|
||||||
files.
|
files.
|
||||||
|
|
4
_boring
4
_boring
|
@ -123,6 +123,6 @@
|
||||||
^yesod-devel(/|$)
|
^yesod-devel(/|$)
|
||||||
|
|
||||||
### vervis
|
### vervis
|
||||||
^config/ssh-private-key$
|
^config/ssh-host-key$
|
||||||
^config/ssh-private-key\.pub$
|
^config/ssh-host-key\.pub$
|
||||||
^repos(/|$)
|
^repos(/|$)
|
||||||
|
|
|
@ -40,5 +40,5 @@ database:
|
||||||
|
|
||||||
repo-dir: repos
|
repo-dir: repos
|
||||||
ssh-port: 5022
|
ssh-port: 5022
|
||||||
ssh-key-file: config/ssh-private-key
|
ssh-key-file: config/ssh-host-key
|
||||||
copyright: Insert your statement against copyright here
|
copyright: Insert your statement against copyright here
|
||||||
|
|
Loading…
Reference in a new issue