I have an rsa 2048 key with a 65537 public exponent, but the ssh-agent refuses to sign it.
signing with ssh-rsa is unsupported; SHA-1 may be insecure is the message in the log for the ssh-agent.
openssl rsa -text -in ./id_rsa |grep publ
writing RSA key
publicExponent: 65537 (0x10001)
ssh-keygen -l -f ~/.ssh/id_rsa
2048 SHA256:
the key is visible with ssh-add -l
but 1password refuses to sign it..
1Password Version: 8.6.1
Extension Version: Not Provided
OS Version: ubuntu 20.04
Referrer: forum-search:https://1password.community/search?Search=signing%20with%20ssh-rsa%20is%20unsupported
