Skip to content

Commit

Permalink
remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-lombardi committed Dec 31, 2024
1 parent ba3e04c commit 0c7ccb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/abstractions/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 0c7ccb4

Please sign in to comment.