azvyagintsev | fd55503 | 2017-12-18 15:50:25 +0200 | [diff] [blame] | 1 | linux: |
2 | system: | ||||
3 | enabled: true | ||||
4 | user: | ||||
5 | testusername: &_user | ||||
6 | enabled: true | ||||
7 | name: testusername | ||||
8 | sudo: true | ||||
9 | uid: 9999 | ||||
10 | full_name: Test User | ||||
11 | home: /home/testusername | ||||
12 | openssh: | ||||
13 | server: | ||||
14 | enabled: true | ||||
15 | use_dns: yes | ||||
16 | user: | ||||
17 | testusername: | ||||
18 | enabled: true | ||||
19 | public_keys: | ||||
20 | - | ||||
21 | key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCts9Ry......... user@example.com" | ||||
22 | - | ||||
23 | key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAB667779Ry......... user@example.com" | ||||
24 | # Include from linux.system.user structure | ||||
25 | user: *_user | ||||
26 | bind: | ||||
27 | address: 0.0.0.0 | ||||
28 | port: 8000 | ||||
29 | force_command: /usr/bin/toilet | ||||
30 | alive: | ||||
31 | keep: no | ||||
32 | interval: 600 | ||||
33 | # count: 3 |