I want to be able to specify the keys in 2 separate files, one user controlled, the other auto generated by a tool.
How can I make it so that a file like ~/.ssh/authorized_keys_generated
also gets checked for keys on login?
I want to be able to specify the keys in 2 separate files, one user controlled, the other auto generated by a tool.
How can I make it so that a file like ~/.ssh/authorized_keys_generated
also gets checked for keys on login?
Simply append the name of the file next to the old one.
AuthorizedKeysFile ~/.ssh/authorized_keys ~/.ssh/authorized_keys_generated