diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-10-29 12:20:42 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-10-29 12:20:42 -0400 |
commit | 680d7340d29d16325eb991feb37885d6faa955e2 (patch) | |
tree | 928830b83f7b248c448ccc7309aaa45ceecba8ba /etc | |
parent | 1b6ebcddf8226ad4aa29da643060b6410030cf5d (diff) | |
parent | 6ed72efb63d7111acc7fb1f2e4f28757ad485b77 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'etc')
-rw-r--r-- | etc/monkeysphere-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/monkeysphere-server.conf b/etc/monkeysphere-server.conf index b69420a..8b9ffa4 100644 --- a/etc/monkeysphere-server.conf +++ b/etc/monkeysphere-server.conf @@ -23,6 +23,6 @@ # Path to a user controlled authorized_keys file to be added to the # monkeysphere-generated authorized_keys file. '%h' will be replaced # by the home directory of the user, and '%u' will by replaced by the -# username of the user. To not add any user-controlled file set this -# variable to be the empty string, "". -#RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys" +# username of the user. Setting this variable to 'none' prevents the +# inclusion of user controlled authorized_keys file. +# RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys" |