1
0
Fork 0
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:
fr33domlover 2016-03-07 00:37:07 +00:00
parent 7b75e0a54c
commit 8a78fec8f6
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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(/|$)

View file

@ -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