!14 [Fix] Regenerate SSH Private Keys
This commit is contained in:
@@ -56,7 +56,7 @@ func AssignDevcontainerCreation2K8sOperator(ctx *context.Context, newDevContaine
|
||||
CommandList: []string{
|
||||
"/bin/bash",
|
||||
"-c",
|
||||
"service ssh start && while true; do sleep 60; done",
|
||||
"rm -f /etc/ssh/ssh_host_* && ssh-keygen -A && service ssh start && while true; do sleep 60; done",
|
||||
},
|
||||
ContainerPort: 22,
|
||||
ServicePort: 22,
|
||||
|
||||
Reference in New Issue
Block a user