From f02f50cf5bcd98678f8fd8b2de32462f0e1831d6 Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Mon, 15 Aug 2016 17:01:51 -0300 Subject: [PATCH] * Corrected the tinyssh-convert command line usage. --- tinyssh_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyssh_install b/tinyssh_install index 2021b35..59b0547 100644 --- a/tinyssh_install +++ b/tinyssh_install @@ -29,7 +29,7 @@ copy_openssh_keys() { fi if [ -s "$osshed25519" -a ! -s $destdir/.ed25519.sk -a ! -s $destdir/ed25519.pk -a -x /usr/bin/tinyssh-convert ]; then - tinyssh-convert $osshed25519 $destdir + tinyssh-convert -f $osshed25519 -d $destdir if [ $? -eq 0 ]; then return_code=0 fi