diff options
author | Amin Bandali <bandali@gnu.org> | 2020-07-26 10:14:09 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-07-26 10:14:09 -0400 |
commit | 492bf6ea190bc8fa76a33aeb5ac31e357a384011 (patch) | |
tree | dc4454e992ced3f46ef262711fc48f178c3ef7f9 | |
parent | a3bd5c97c125b7102b769bcf62f07e0f612cb63e (diff) | |
download | emacsconf-wiki-492bf6ea190bc8fa76a33aeb5ac31e357a384011.tar.xz emacsconf-wiki-492bf6ea190bc8fa76a33aeb5ac31e357a384011.zip |
edit: whoops, fix thinko
-rw-r--r-- | edit.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |