From 8a78fec8f6c89241db344fa85c3c711f2598848c Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 7 Mar 2016 00:37:07 +0000 Subject: [PATCH] Change SSH host key default filenames --- INSTALL.md | 2 +- _boring | 4 ++-- config/settings.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5a87da8..4596089 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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. diff --git a/_boring b/_boring index 0ff5791..50cc18a 100644 --- a/_boring +++ b/_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(/|$) diff --git a/config/settings.yml b/config/settings.yml index cccb679..c4a9ab6 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -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