2024-09-15 18:33:52 +02:00
|
|
|
# the patterns are read as regular expressions and anchored with ^ and $ by default
|
2024-09-11 20:35:20 +02:00
|
|
|
(
|
2024-09-15 19:23:03 +02:00
|
|
|
'georg2:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFY7Pvf4Rzn7C8Ioi1ZvY/O7tJsMCv27URdQE5o1daDK' => [
|
2024-09-15 18:33:52 +02:00
|
|
|
'echo hi',
|
|
|
|
'true',
|
|
|
|
'printf %s [a-z0-9 ]+',
|
2024-09-11 20:35:20 +02:00
|
|
|
],
|
2024-09-15 19:23:03 +02:00
|
|
|
'georg2' => [
|
|
|
|
'echo bye',
|
|
|
|
],
|
2024-09-11 20:35:20 +02:00
|
|
|
'root' => [
|
2024-09-15 18:33:52 +02:00
|
|
|
'ls -a /root',
|
2024-09-11 20:35:20 +02:00
|
|
|
],
|
|
|
|
)
|