Skip to content

Commit dbda2c1

Browse files
mustard-mhroboquat
authored andcommitted
[supervisor] remove sshd debug mode
1 parent 3b0942d commit dbda2c1

File tree

1 file changed

+1
-1
lines changed
  • components/supervisor/pkg/supervisor

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (s *sshServer) handleConn(ctx context.Context, conn net.Conn) {
8585
}
8686

8787
args := []string{
88-
"-iedD", "-f/dev/null",
88+
"-ieD", "-f/dev/null",
8989
"-oProtocol 2",
9090
"-oAllowUsers gitpod",
9191
"-oPasswordAuthentication no",

0 commit comments

Comments
 (0)