diff options
Diffstat (limited to 'lib/chessh/ssh/daemon.ex')
-rw-r--r-- | lib/chessh/ssh/daemon.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chessh/ssh/daemon.ex b/lib/chessh/ssh/daemon.ex index d602781..7010cc1 100644 --- a/lib/chessh/ssh/daemon.ex +++ b/lib/chessh/ssh/daemon.ex @@ -60,7 +60,7 @@ defmodule Chessh.SSH.Daemon do do: pwd_authenticate(username, password, inet) def handle_info(:start, state) do - port = Application.fetch_env!(:chessh, :port) + port = Application.fetch_env!(:chessh, :ssh_port) key_dir = String.to_charlist(Application.fetch_env!(:chessh, :key_dir)) max_sessions = Application.fetch_env!(:chessh, :max_sessions) |