Add ssh access to store node for tanya
This commit is contained in:
parent
10457bfb7d
commit
64b2d5927c
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue