From f7c2ccbe26dc808e4a7eae9a378e6c382220961a Mon Sep 17 00:00:00 2001 From: Simponic Date: Thu, 22 Dec 2022 15:27:55 -0700 Subject: Remove shell and esshd - moving to erlang ssh server --- config/config.exs | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'config/config.exs') 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" -- cgit v1.2.3-70-g09d2