Add ssh access to store node for tanya

This commit is contained in:
stubbsta 2024-10-03 09:42:19 +02:00
parent 10457bfb7d
commit 64b2d5927c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Custom SSH accounts, should start from UID 8000.
bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
- { name: tanya, uid: 8001, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH9UsceZPWz8Lhtxbvo8ximWZnaSbOTqvl/tWrZ6enja tanya@status.im'}
# Hourly rotation to avoid disk space issue
bootstrap__logrotate_frequency: 'hourly'