Skip to content

Commit c349be2

Browse files
committed
[supervisor] always allow gitpod user ssh
1 parent e21e02a commit c349be2

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

components/supervisor/pkg/supervisor/ssh.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ func (s *sshServer) handleConn(ctx context.Context, conn net.Conn) {
104104
args = append(args,
105105
"-ieD", "-f/dev/null",
106106
"-oProtocol 2",
107+
"-oAllowUsers root gitpod",
107108
"-oPasswordAuthentication no",
108109
"-oChallengeResponseAuthentication no",
109110
"-oPermitRootLogin yes",

0 commit comments

Comments
 (0)