Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated_at: July 24, 2025
updated_at: September 10, 2025
title: Smallstep Agent for Linux
html_title: Install the Smallstep Agent on a Linux endpoint
description: The Smallstep agent is used across security, IT, and DevOps teams to enable end-to-end network encryption, privileged access management, passwordless authentication, and much more.
Expand Down Expand Up @@ -37,7 +37,7 @@ In this document, we will install, configure, and start the Smallstep Agent on a
On a system with `bash` and `curl`, run the following:

```bash
curl -sL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | sudo bash
curl -fsSL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | sudo env STEP_AGENT_TEAM=[your-team] bash
```


Expand Down