Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | formatting a few files with treefmt | Franck Cuny | 2023-12-03 | 1 | -8/+8 |
| | |||||
* | add ssh key from 1passowrd and sign commits | Franck Cuny | 2023-09-14 | 1 | -0/+3 |
| | |||||
* | hosts/tahoe: rename account for backup and enable sftp for it | Franck Cuny | 2023-04-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | The dedicated account for backup should be named 'backup', as it's more generic. While it's a system account, I still need to be able to log in the host remotely with sftp, so we give it a UID (991). The account needs to be able to sftp to tahoe in order to store the backups from remote hosts. However we don't want this user to get a shell and be able to browse the host, so we configure sshd to chroot the user to where the backups are stored. | ||||
* | home/git: some cleanup | Franck Cuny | 2023-03-13 | 1 | -0/+4 |
| | | | | | | - add a comment for each ssh-key that is not stored on a yubikey - simplify the git commit template - remove some extra config that I don't need | ||||
* | ref(modules/users): move ssh keys to a separate file | Franck Cuny | 2023-02-20 | 1 | -0/+6 |
Each key is associated to a variable, which let me be more specific about which key to use depending on the context. |