ffs-cli 0.1.0

A fast and flexible server management CLI tool for cloud providers
Documentation

ffs

ffs is a Fast Fuzzing Service CLI that runs your campaigns on the cloud.

Installation

Install the latest released binary directly from crates.io:

cargo install ffs-cli

SSH into a job

After listing jobs with ffs ls, you can quickly connect to one by ID:

ffs ssh <job-id>

This runs ssh root@<job-ip> using the job's public IPv4 address.