1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

sys-kernel/dracut-openssh: add ebuild

This commit is contained in:
2020-05-16 02:07:21 +02:00
parent 5541b2ba7f
commit fdbf0b65ac
6 changed files with 139 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Dracut OpenSSH configuration
#
#SSHD_OPTS="-e -p 22"
#
#AUTHORIZED_KEYS="/root/.ssh/authorized_keys"
#
#DSA_HOST_KEY="/etc/ssh/ssh_host_dsa_key"
#ECDSA_HOST_KEY="/etc/ssh/ssh_host_ecdsa_key"
#ED25519_HOST_KEY="/etc/ssh/ssh_host_ed25519_key"
#RSA_HOST_KEY="/etc/ssh/ssh_host_rsa_key"