nuxsmin / sysPass

Systems Password Manager
https://syspass.org
GNU General Public License v3.0
976 stars 208 forks source link

How to get SSH keys from custom field #1817

Closed jmrkvicka909 closed 2 years ago

jmrkvicka909 commented 2 years ago

Hello, I would like to ask one question. I have created new account, where I have stored SSH key in Custom Fields. My question is, if it is possible to get this SSH key by some API request? I cannot find any suitable method for this case in API documentation. Method viewPass returns only password but not SSH key. Thank you in advance.

(sysPass 3.2)

nuxsmin commented 2 years ago

Hello, you can set the customFields request parameter in order to get the custom fields within the response.

Regards!