Skip to content

Commit

Permalink
Rename auth_keys to authorized_keys as SSH expects it to reduce confu…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
ato authored and technomancy committed Mar 9, 2012
1 parent a811976 commit 28b37a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -74,12 +74,12 @@ and run `make` then copy the `ng` executable somewhere like `/usr/local/bin`
cd /home/clojars
mkdir .ssh
cd .ssh
ln -s ...../clojars-web/data/auth_keys authorized_keys
ln -s ...../clojars-web/data/authorized_keys authorized_keys

Mailing lists
-------------

There's a public mailing list
[clojars@googlegroups.com](http://groups.google.com/group/clojars) for
general discussion. There's also a separate maintainers list for
people looking after the repository and server.
people looking after the repository and server.
2 changes: 1 addition & 1 deletion src/clojars/config.clj
@@ -1,5 +1,5 @@
{:db {:classname "org.sqlite.JDBC"
:subprotocol "sqlite"
:subname "data/db"}
:key-file "data/auth_keys"
:key-file "data/authorized_keys"
:repo "repo"}

0 comments on commit 28b37a8

Please sign in to comment.