What would I be able to do to any Linux clients co...
# fleet
j
What would I be able to do to any Linux clients connected to a fleet-server? I kind of know what osquery does, and how to use it to get information from clients, but can I actually push or do something to Linux clients using fleet?
j
You can run scripts on hosts if you had scripting enabled when you generated the installer
j
Ok, but only scripts?
j
I think so - but haven’t poked around on the Linux side a huge amount. There might also be support for software installers but I’m not sure
j
Ok, we'll see if anyone else answers as well
k
@Jacob Burley is correct, you can install .deb and .rpm packages.
j
If they are present on the client, or if the packaging system is setup correctly?
I'm guessing I can't send a package to the clients?
k
You upload the package to Fleet and, when you trigger the installation, the package is downloaded: https://fleetdm.com/guides/deploy-software-packages
j
Really? Cool!
Can I provision config-files that way as well?
k
That should be doable using either the install or post-install scripts.
j
Ok, thanks!
Or modified using any script, I guess...