diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-18 23:48:37 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-18 23:48:37 -0400 |
commit | dcba8ebebf480a051f2b872f89ccbe68ad642f61 (patch) | |
tree | b005d719b47a93b2c3ee1d184df1620181663842 /etc | |
parent | 1a19643197dafa975de9cae717cef3f4608879d8 (diff) |
Update to new agreed default host key usage flag (only "a" required
for users and hosts).
Update TODO file.
Some other small changes.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/monkeysphere.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf index 17c1a14..f2ba4a7 100644 --- a/etc/monkeysphere.conf +++ b/etc/monkeysphere.conf @@ -15,7 +15,7 @@ # s = sign # c = certify # a = authentication -#REQUIRED_HOST_KEY_CAPABILITY="e a" +#REQUIRED_HOST_KEY_CAPABILITY="a" #REQUIRED_USER_KEY_CAPABILITY="a" # ssh known_hosts file @@ -27,3 +27,7 @@ # ssh authorized_keys file #AUTHORIZED_KEYS=~/.ssh/known_hosts + +# This overrides other environment variables +# NOTE: there is leakage +#CHECK_KEYRING=true |