parent
e256b4a35b
commit
2afb78747d
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
|
||||||
|
DEBIAN_FRONTEND=noninteractive dpkg-reconfigure openssh-server
|
||||||
|
fi
|
||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
|
|
||||||
dpkg-reconfigure openssh-server
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in new issue