From 72a7b45bdbeadda390d5a6a2284c5bc03856dd9c Mon Sep 17 00:00:00 2001 From: reppep Date: Mon, 6 Oct 2014 20:55:15 -0400 Subject: [PATCH] Fix PRE. --- docs/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ssh.md b/docs/ssh.md index ff64627..dba8930 100644 --- a/docs/ssh.md +++ b/docs/ssh.md @@ -6,10 +6,10 @@ If you want access to [tilde.club](http://tilde.club), create a new key pair wit 1. Open **Terminal** (in /Applications/Utilities). 1. In the **Terminal** window, paste the following: -{{{ +
 mkdir -p ~/.ssh                 # Create your .ssh directory
 ssh-keygen -f ~/.ssh/tilde.club # Create your keys
-}}}
+
1. The `ssh-keygen` program will generate two new keys (private and public), and prompt you for a password. Please set a good password (at least 9 characters, and not just letters or numbers). Make a note of it somewhere safe. 1. `open ~/.ssh # Open your .ssh directory` 1. Email ford@ (our friendly host) and attach `tilde.club.pub` to the email (it should be visible in the Finder. **Do not** attach `tilde.club` -- that is your *private* key, which you should never share.