-
Bug
-
Resolution: Fixed
-
Major
It is a common mistake to type the SSH key in multiple lines. Look for these typical errors and make sure the keys follow the valid syntax.
- links to
It is a common mistake to type the SSH key in multiple lines. Look for these typical errors and make sure the keys follow the valid syntax.
This is in the core (specifically the ssh-cli-auth module), not the ssh plugin.
AFAICT it does no parsing whatsoever of what you enter. It just splits it by newline, and then when authenticating, generates an expected public key string and does a String.equals against each line in turn.