diff options
Diffstat (limited to 'dropbear.pkg/postinst')
-rw-r--r-- | dropbear.pkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dropbear.pkg/postinst b/dropbear.pkg/postinst index e1645cb..d6dd971 100644 --- a/dropbear.pkg/postinst +++ b/dropbear.pkg/postinst @@ -1,6 +1,7 @@ #!/bin/sh if [ "x${1}" = 'xconfigure' ]; then + update-alternatives --install /usr/bin/ssh ssh /usr/bin/dropbearmulti 10 mkdir -p /etc/dropbear for keytype in rsa dsa; do if ! [ -f "/etc/dropbear/dropbear_${keytype}_host_key" ]; then |