diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-28 23:27:11 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-28 23:27:11 -0400 |
commit | 11cd8c4839367d87b0dbcb58f46e81391c0dac1c (patch) | |
tree | c664495f847831e66115c784a88c6998b7536b2d /etc | |
parent | 4af6e62dee8d977ab52f16b61d38051175655082 (diff) |
move to using 'none' for the RAW_AUTHORIZED_KEY value to use for *not*
including a user-controlled authorized_keys file.
more fixes on test suite.
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" |