-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ledger-agent <hostname> -vs fails to sign key #462
Comments
@cbouvet-ledger Could you please take a look? |
Pinging some of the https://github.com/LedgerHQ/app-ssh-agent maintainers: @yhql @sgliner-ledger |
Sorry, haven't had a chance to try upgrading, I will try it next week.
Ernesto
…On Sat, Nov 4, 2023, 4:23 PM Roman Zeyde ***@***.***> wrote:
Pinging some of the https://github.com/LedgerHQ/app-ssh-agent
maintainers: @yhql <https://github.com/yhql> @sgliner-ledger
<https://github.com/sgliner-ledger>
—
Reply to this email directly, view it on GitHub
<#462 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIZ7KEO72PXG5WMFAXSMGDYC2P2JAVCNFSM6AAAAAA6ONDJDSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTGU2DKOJWGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Re-pinging Ledger maintainers: @cbouvet-ledger @yhql @sgliner-ledger @Saltari @TamtamHero |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm invoking
ledger-agent <identity> -vs
in order to spawn a shell in which I later attempt to ssh into a host that has been configured to accept<identity>
as an authorized key.While I am able to start the shell, the attempt to ssh fails with permission denied. After adding more verbose logging to ssh, it appears that the server does accept the key, but the client fails to sign it:
Around the same time, I see that this badly-formatted python stacktrace pops up somewhere in my terminal:
Full log:
Version:
Interestingly, the agent does succeed in retrieving the public key, but fails at signing.
On the ledger, the SSH/GPG agent version is
0.0.7
.The text was updated successfully, but these errors were encountered: