You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well defaulting to Exuvia.KeyBag.Dummy (with an ephemeral host key) can make life a little easier, it's insecure. You can really shoot hurt yourself by a misspelling in configuration, or forgetting to configure Exuvia.
Instead, we could:
Default to Exuvia.KeyBag.Posix and {:dir, ...}.
Not have any defaults and crash.
Default to a new keybag that always returns {false, :infinity}.
The text was updated successfully, but these errors were encountered:
Well defaulting to
Exuvia.KeyBag.Dummy
(with an ephemeral host key) can make life a little easier, it's insecure. You can really shoot hurt yourself by a misspelling in configuration, or forgetting to configure Exuvia.Instead, we could:
Exuvia.KeyBag.Posix
and{:dir, ...}
.{false, :infinity}
.The text was updated successfully, but these errors were encountered: