Skip to content

Commit

Permalink
MSP-3515: Enable sshd debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rdjjke committed Jan 7, 2025
1 parent 7b1e80c commit 7a70ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/render/common/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func RenderDefaultConfigMapSSHDConfigs(

func generateDefaultSshdConfig(cluster *values.SlurmCluster) renderutils.ConfigFile {
res := &renderutils.MultilineStringConfig{}
res.AddLine("LogLevel INFO")
res.AddLine("LogLevel DEBUG3")
res.AddLine(fmt.Sprintf("Port %d", cluster.NodeLogin.ContainerSshd.Port))
res.AddLine("PermitRootLogin yes")
res.AddLine("PasswordAuthentication no")
Expand Down

0 comments on commit 7a70ee7

Please sign in to comment.