gh-12: generate host ssh keys in debian based distros

pull/15/head
Javi Fontan 9 years ago
parent c02f84541a
commit 882fffe24d

@ -0,0 +1,6 @@
#!/bin/bash
if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
dpkg-reconfigure openssh-server
fi
Loading…
Cancel
Save