From 492bf6ea190bc8fa76a33aeb5ac31e357a384011 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 26 Jul 2020 10:14:09 -0400 Subject: edit: whoops, fix thinko --- edit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edit.md b/edit.md index e0a56cad..68f9ff24 100644 --- a/edit.md +++ b/edit.md @@ -72,9 +72,9 @@ fingerprint mentioned ealier using: Lastly, you need to create a `~/.ssh/config` file (if you don't have one already) and add the following to it: - Host front0.emacsconf.org + Host git.emacsconf.org Port 22 - User git + User anon IdentityFile ~/.ssh/id_rsa_anon_git_emacsconf The `Port 22` line is optional, since SSH uses port 22 by default. -- cgit v1.2.3