function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pankaj AwaghadPankaj Awaghad 

How to connect to salesforce org from unix server using JWT auth ? SFDX is installed on Unix

Hello team, I am getting the same while connecting the Salesforce org from Unix server. 
I followed every steps in regards to Oauth connected App. 

$ sfdx force:auth:jwt:grant --clientid ****  --jwtkeyfile server.key --username pankaj.awaghad@yahoo.com --instanceurl https://login.salesforce.com
ERROR running auth:jwt:grant:  We encountered a JSON web token error, which is likely not an issue with Salesforce CLI. Here’s the error: Command failed with response:
 - ** Message: 19:54:10.017: Remote error from secret service: org.freedesktop.DBus.Error.UnknownMethod: No such interface 'org.freedesktop.Secret.Collection' on object at path /org/freedesktop/secrets/collection/login
secret-tool: No such interface 'org.freedesktop.Secret.Collection' on object at path /org/freedesktop/secrets/collection/login

How to resolve this ? Any idea? Please help me. I need to connect to org from Unix server and Salesforce CLI is installed on unix server
SwethaSwetha (Salesforce Developers) 
HI Pankaj,
I see you also referred http://amitsalesforce.blogspot.com/2019/01/continuous-integration-using-jenkins-with-salesforceDx.html

This error does not seem salesforce related.Recommend reviewing posts having similar error message https://github.com/Azure/azure-cli/issues/19759
https://stackoverflow.com/questions/50151833/cannot-login-to-docker-account

Incase you are still looking for an answer, do consider posting on https://stackoverflow.com/questions/tagged/authentication for better visibility and right inputs

Thanks