dockerimg: delete non-actionable startup print
diff --git a/dockerimg/dockerimg.go b/dockerimg/dockerimg.go
index ba93ed0..535ad65 100644
--- a/dockerimg/dockerimg.go
+++ b/dockerimg/dockerimg.go
@@ -386,7 +386,6 @@
// Get the Container CA public key for mutual auth
if cst.containerCAPublicKey != nil {
containerCAPublicKey = ssh.MarshalAuthorizedKey(cst.containerCAPublicKey)
- fmt.Println("🔒 SSH Mutual Authentication enabled (container will verify host)")
}
// Get the host certificate for mutual auth