We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating new ed25519 key pair: ssh-keygen -t ed25519 -f test Signing with some random text: ssh-keygen -Y sign -f test -n file test.txt After putting test.pub to .ssh/allowed_signer , verify signature: type test.txt|ssh-keygen -Y verify -f .\.ssh\allowed_signer -n file -I t2 -s test.txt.sig Got wrong signature:
ssh-keygen -t ed25519 -f test
ssh-keygen -Y sign -f test -n file test.txt
test.pub
.ssh/allowed_signer
type test.txt|ssh-keygen -Y verify -f .\.ssh\allowed_signer -n file -I t2 -s test.txt.sig
Signature verification failed: incorrect signature Could not verify signature.
Should verify this signature
got wrong signature.
No response
Name Value ---- ----- PSVersion 5.1.22621.4249 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.22621.4249 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Steps to reproduce
Creating new ed25519 key pair:
ssh-keygen -t ed25519 -f test
Signing with some random text:
ssh-keygen -Y sign -f test -n file test.txt
After putting
test.pub
to.ssh/allowed_signer
, verify signature:type test.txt|ssh-keygen -Y verify -f .\.ssh\allowed_signer -n file -I t2 -s test.txt.sig
Got wrong signature:
Expected behavior
Should verify this signature
Actual behavior
got wrong signature.
Error details
No response
Environment data
Version
OpenSSH_for_Windows_9.5p1, LibreSSL 3.8.2
Visuals
No response
The text was updated successfully, but these errors were encountered: