!14 [Fix] Regenerate SSH Private Keys

This commit is contained in:
戴明辰
2024-10-28 13:01:59 +00:00
repo.diff.parent f10c5305ee
repo.diff.commit 1ae0357913

repo.diff.view_file

@@ -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,