Skip to content

Commit

Permalink
CHE-3914: Fix launching SSH agent in some cases (eclipse-che#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Morhun committed Apr 7, 2017
1 parent 2a9c528 commit bc23713
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public SshAgentLauncher(@Named("che.agent.dev.max_start_time_ms") long agentMaxS
@Named("che.agent.dev.ping_delay_ms") long agentPingDelayMs) {
super(agentMaxStartTimeMs,
agentPingDelayMs,
new CompositeAgentLaunchingChecker(new ProcessIsLaunchedChecker("sshd"),
new MappedPortIsListeningAgentChecker("22/tcp")));
new MappedPortIsListeningAgentChecker("22/tcp"));
}

@Override
Expand Down

0 comments on commit bc23713

Please sign in to comment.