Project

General

Profile

« Previous | Next » 

Revision cf38c37a

Added by Viktor Gurov about 3 years ago

ssh-keygen check improvements. Fixes #13139

View differences:

src/etc/sshd
146 146
}
147 147

  
148 148
/* are we already running?  if so exit */
149
if (is_subsystem_dirty('sshdkeys')) {
149
if (is_subsystem_dirty('sshdkeys') && is_process_running("ssh-keygen")) {
150 150
	unset($keyfiles);
151 151
	return;
152 152
}

Also available in: Unified diff