Skip to content

Commit

Permalink
fix key error in privilege escalation
Browse files Browse the repository at this point in the history
  • Loading branch information
dslrsiddesh committed Dec 20, 2023
1 parent ca8a03a commit 43a30fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/server/level-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ client_alive_count_max = 3
[privilege_escalation] # Privilege Escalation
use_pty = true
enable_logfile = true
disable_nopasswd = false
disable_nopassword = false
enable_reauthentication = true
enable_authentication_timeout = true
authentication_timeout = 15 # in minutes
Expand Down
2 changes: 1 addition & 1 deletion config/server/level-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ client_alive_count_max = 3
[privilege_escalation] # Privilege Escalation
use_pty = true
enable_logfile = true
disable_nopasswd = false
disable_nopassword = false
enable_reauthentication = true
enable_authentication_timeout = true
authentication_timeout = 15 # in minutes
Expand Down
2 changes: 1 addition & 1 deletion config/workstation/level-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ client_alive_count_max = {enable = true, value = 3}
[privilege_escalation] # Privilege Escalation
use_pty = true
enable_logfile = true
disable_nopasswd = false
disable_nopassword = false
enable_reauthentication = true
enable_authentication_timeout = true
authentication_timeout = 15 # in minutes
Expand Down
2 changes: 1 addition & 1 deletion config/workstation/level-2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ client_alive_count_max = 3
[privilege_escalation] # Privilege Escalation
use_pty = true
enable_logfile = true
disable_nopasswd = false
disable_nopassword = false
enable_reauthentication = true
enable_authentication_timeout = true
authentication_timeout = 15 # in minutes
Expand Down

0 comments on commit 43a30fa

Please sign in to comment.