summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--edit.md4
1 files 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.