You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you might not think it a bug at all: SSHKey() throws an exception (Unable to decode the key), when fed with a line that contains authorized_keys data (options followed by key type, key data and comment).
Would you accept a patch/PR with an implementation of such feature?
The text was updated successfully, but these errors were encountered:
@jubalfh sorry about not answering earlier - I completely missed these. I think these should be parsed properly (but currently are not). I would accept PR with an implementation of this.
I guess you might not think it a bug at all:
SSHKey()
throws an exception (Unable to decode the key), when fed with a line that contains authorized_keys data (options followed by key type, key data and comment).Would you accept a patch/PR with an implementation of such feature?
The text was updated successfully, but these errors were encountered: