From 7b75e0a54c325ec7c8c8304e0d52ecae13cc4ee0 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Mon, 7 Mar 2016 00:33:59 +0000 Subject: [PATCH] INSTALL: Mention generation of SSH host key --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 763753c..5a87da8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,6 +17,10 @@ Update `stack.yaml` to specify that path in the `packages` section: $ vim stack.yml +Generate a new SSH key with a blank password: + + $ ssh-keygen -t rsa -f config/ssh-private-key + Install PostgreSQL. You'll need the server and the client library development files.