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
Multiple keys can be specified in a single key string value by separating them by newlines. This option is not loop aware, so if you use with_ , it will be exclusive per iteration of the loop.
If you want multiple keys in the file you need to pass them all to key in a single batch as mentioned above.
(emphasis added)
Locked myself out of a couple of dev machines 😢
The text was updated successfully, but these errors were encountered:
abeluck
changed the title
exclusive + pubkey list fails
exclusive + pubkey list results in only last key being added
Sep 2, 2020
When you specify a list of pubkeys for a single user:
only the final key is kept, the others are discarded.
As per the authorized_key docs
(emphasis added)
Locked myself out of a couple of dev machines 😢
The text was updated successfully, but these errors were encountered: