Syspass: Add SSH keys MIME by default

Created on 10 Oct 2020  路  4Comments  路  Source: nuxsmin/sysPass

I think that storing SSH keys in a password manager should be supported by default, at least for the most common types.

Add something like this in the default mime.xml:
<mime multiple="1"> <type>application/x-putty-private-key</type> <description>Putty Private Key</description> <extension>ppk</extension> </mime>

kinquestion

Most helpful comment

Bad idea, database field is not encrypted! So sad...

All 4 comments

Bad idea, database field is not encrypted! So sad...

I understand what you are asking for and a way to store SSH keys is not a bad idea but i agree with @HerroBert that your suggestion is not the way to go.

Hello

@MarcSamD you should use custom fields to store encrypted data instead of files. Files are meant to provide more context about the account (images, text,, etc.), but not for sensible data.

Thanks for your contributions @HerroBert @CodeNinja1337 !!

Regards

Thank you all for the clarification.

Was this page helpful?
0 / 5 - 0 ratings