flathub / org.filezillaproject.Filezilla

https://flathub.org/apps/details/org.filezillaproject.Filezilla
5 stars 8 forks source link

fzputtygen call fails for private key conversion #67

Open 7underlines opened 3 years ago

7underlines commented 3 years ago

If you want to use a private key file that must be converted to .ppk format (I had an OPENSSH PRIVATE KEY) the call to fzputtygen fails. Even if you have fzputtygen installed on your system. It only creates an empty file with 0 bytes. It works for me with the .deb version of filezilla.

Bildschirmfoto von 2021-09-09 14-27-39

nedrichards commented 3 years ago

Huh, I'm not entirely sure why that would be - it's in /app/bin and seems to be built fine plus the whole app has filesystem=host so most file access sandboxing is removed. I'll investigate it when I can but patches are welcome if you work it out.