option cannot be used multiple times in __ssh_authorized_keys #179
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ungleich-public/cdist#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: mtgxx
The manpage says:
option:: an option to set for all created authorized_key entries. Can be specified multiple times.but it doens't work. The code only handles one option.
Thanks,
Matthias
Created by: asteven
Err, sorry. You are right.
__ssh_authorized_key does handle multiple options.
__ssh_authorized_keys does not, although it says it does.
This is a bug.
Created by: asteven
The code does handle multiple options.
What is the problem you are having?
Created by: asteven
Mark Polyakov wrote on 4/7/19 7:54 AM:
Yes we do.
__ssh_authorized_keys uses __ssh_authorized_key under the hood.
Created by: markasoftware
I'm also confused about __ssh_authorized_key vs __ssh_authorized_keys -- do we really need 2?
Created by: telmich
Hey Matthias,
busy @Seoul at the moment - will dig into this next weeks or @asteven might do if he has some time in between - in any case: PR welcome!
Cheers,
Nico