Installing the ZLI
BastionZero's command line interface for connecting to your targets
The
zli
is compatible with both x86
and amd64
platforms.Brew
Yum
Apt
Github
BastionZero Web App
brew install bastionzero/tap/zli
- 1.Use the
yum-config-manager
to add the BastionZero repo.sudo yum-config-manager --add-repo \https://download-yum.bastionzero.com/bastionzero.repo - 2.Install the
zli
.sudo yum install -y zli
- 1.Install the BastionZero public key from the Ubuntu key-server.sudo apt-key adv --keyserver keyserver.ubuntu.com\--recv-keys E5C358E613982017
- 2.For
http
(i.e., on an Ubuntu 14.x machine), add the BastionZero repo with:sudo add-apt-repository \'deb http://download-apt.bastionzero.com/production/apt-repo stable main' - 3.For
https
, add the BastionZero repo with:sudo add-apt-repository \'deb https://download-apt.bastionzero.com/production/apt-repo stable main' - 4.Update the
apt
cache.sudo apt update - 5.Install the
zli
.sudo apt install -y zli
- 1.
- 2.Choose the MacOS or Linux distribution needed and download the executable.
- 3.For Mac users,
chmod +x
the executable.- Run the program once and see a warning from Apple.
- Go to System Preferences > Security & Privacy > General > Allow zli.
- Run the executable again and confirm with Apple.
- 4.For Linux users,
chmod +x
the executable.
Minor releases generate warnings for users to update their
zli
. Major releases will cause all lower major versions to error.Download from the web app is available for Linux distributions only.
- 1.
- 2.Select the settings gear in the top right corner > CLI Download > Download CLI for Linux.
- 3.
chmod +x
the executable.
Have feedback on the docs? Please reach out to [email protected]
Last modified 1mo ago