SHA256
1
0
forked from pool/openssh
openssh/sshd-gen-keys-start

9 lines
153 B
Plaintext
Raw Normal View History

#!/bin/sh
. /etc/sysconfig/ssh
if [ "x$SSHD_AUTO_KEYGEN" != "xno" ]; then
echo "Checking for missing server keys in /etc/ssh"
ssh-keygen -A
fi