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…
Reference in new issue