From 0c7ccb4dc07834b41ca72010e9b0a04d309a4b2f Mon Sep 17 00:00:00 2001 From: luke-lombardi <33990301+luke-lombardi@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:01:41 -0500 Subject: [PATCH] remove debug flag --- pkg/abstractions/shell/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/abstractions/shell/shell.go b/pkg/abstractions/shell/shell.go index e2a2e0509..cb0928c59 100644 --- a/pkg/abstractions/shell/shell.go +++ b/pkg/abstractions/shell/shell.go @@ -191,7 +191,7 @@ func (ss *SSHShellService) CreateShell(ctx context.Context, in *pb.CreateShellRe echo "Password: $TOKEN"; echo "Port: 8001"; echo "========================================"; - exec /usr/sbin/sshd -D -d -p 8001 + exec /usr/sbin/sshd -D -p 8001 `, token) entryPoint := []string{