Timeline for How to use multiple SSH keys in an `authorized_keys` file for a user on my server?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 11, 2022 at 1:29 | comment | added | Stephen Harris |
authorized_keys is allowed to be world readable; similarly .ssh can be readable. The important part is that only the target user (or root) can modify the file. Typically that also means the file needs to be owned by the target user (or root).
|
|
| Aug 11, 2022 at 0:53 | vote | accept | Rawley Fowler | ||
| Aug 10, 2022 at 21:54 | history | answered | Sotto Voce | CC BY-SA 4.0 |