mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
13 lines
241 B
YAML
13 lines
241 B
YAML
|
name: ssh_configs
|
||
|
examples: >-
|
||
|
Identify SSH clients configured to send their locales to the server.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM ssh_configs WHERE option='sendenv lang lc_*';
|
||
|
|
||
|
```
|
||
|
columns:
|
||
|
- name: uid
|
||
|
requires_user_context: true
|