summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs12
1 files changed, 3 insertions, 9 deletions
diff --git a/config/config.exs b/config/config.exs
index 6fb4258..daffcad 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -1,15 +1,9 @@
import Config
-config :chessh, ecto_repos: [Chessh.Repo]
-
-config :esshd,
- enabled: true,
+config :chessh,
+ ecto_repos: [Chessh.Repo],
priv_dir: Path.join(Path.dirname(__DIR__), "priv/keys"),
- handler: {Chessh.Shell, :on_shell, 4},
port: 42069,
- password_authenticator: Chessh.Auth.PasswordAuthenticator,
- public_key_authenticator: Chessh.Auth.KeyAuthenticator,
- # TODO - benchmark
- max_sessions: 128
+ max_sessions: 255
import_config "#{config_env()}.exs"