Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / etc / sv / sshd / configure.sh
diff --git a/etc/sv/sshd/configure.sh b/etc/sv/sshd/configure.sh
deleted file mode 100644 (file)
index cca0bd2..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-rule apt_get_install openssh-server
-rule insserv_remove      ssh
-ssh-keygen -F "$vm_fqdn" -f "$tool"/etc/openssh/known_hosts |
-( while IFS= read -r line
- do case $line in (*" RSA") return 0; break;; esac
- done; return 1 ) ||
-sudo ssh-keygen -t rsa -b 4096 -N '' -f /etc/ssh/ssh_host_rsa_key
-sudo rm -f \
- /etc/ssh/ssh_host_dsa_key \
- /etc/ssh/ssh_host_dsa_key.pub \
- /etc/ssh/ssh_host_ecdsa_key \
- /etc/ssh/ssh_host_ecdsa_key.pub
- # NOTE: clefs générées par Debian
-m4 \
- --define=VM_IPV4=$vm_ipv4 \
- <"$tool"/etc/ssh/sshd_config.m4 |
-sudo install -m 640 -o root -g root /dev/stdin \
- /etc/ssh/sshd_config
-sudo install -m 644 -o root -g root \
- "$tool"/etc/ssh/ssh_config \
-        /etc/ssh/ssh_config