Skip to content

Releases: latitudesh/agent

Release v0.9.0-test

03 Aug 21:16

Choose a tag to compare

Latitude.sh Agent Release v0.9.0-test

Installation

Ubuntu/Debian:

curl -s https://raw.githubusercontent.com/latitudesh/agent/main/install.sh | sudo bash -s -- -firewall YOUR_FIREWALL_ID -project YOUR_PROJECT_ID

Manual Installation:

# Download binary
curl -L -o lsh-agent https://github.com/latitudesh/agent/releases/download/v0.9.0-test/lsh-agent-linux-amd64
chmod +x lsh-agent
sudo mv lsh-agent /usr/local/bin/

What's New

  • Go-based agent with improved performance
  • Native UFW firewall rule synchronization
  • Automatic rule diff and cleanup
  • Systemd service integration
  • Support for Ubuntu, Debian, RHEL, CentOS, AlmaLinux

Binaries

  • lsh-agent-linux-amd64 - Linux x86_64
  • lsh-agent-linux-arm64 - Linux ARM64

System Requirements

  • Linux with UFW firewall
  • systemd
  • Root/sudo access

Full Changelog: v0.1.0...v0.9.0-test