ffs-cli

Crates.ioffs-cli
lib.rsffs-cli
version0.1.4
created_at2025-06-15 13:00:16.964993+00
updated_at2025-08-29 14:59:08.831132+00
descriptionA fast and flexible server management CLI tool for cloud providers
homepagehttps://github.com/aviggiano/ffs
repositoryhttps://github.com/aviggiano/ffs
max_upload_size
id1713248
size112,478
Antonio Viggiano (aviggiano)

documentation

https://github.com/aviggiano/ffs

README

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

Usage

A CLI tool for managing cloud computing jobs

Usage: ffs-cli [COMMAND]

Commands:
  init     Initialize the configuration with a cloud provider
  list     List all jobs
  start    Start a new job
  stop     Stop a running job
  tail     Tail logs from a job
  scp      Copy files from a job
  ssh      SSH into a job
  version  Display version information
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

SSH into a job

After listing jobs with ffs-cli list, you can quickly connect to one by ID:

ffs-cli ssh <job-id>

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

Commit count: 49

cargo fmt