known_hosts

command module
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2026 License: MIT Imports: 9 Imported by: 0

README

Known Hosts

A clone of know_hosts write in Go

Which supports multiple platforms, tested on Windows, Linux and macOS.

Installation

go install github.com/jsfaint/known_hosts@latest

Usage

$ known_hosts

usage: known_hosts command [host]
  commands:
    ls      - List all known hosts
    rm      - Remove a host (supports --dry-run)
    search  - Search host in known hosts
    tui     - Interactive terminal UI
    help    - Show this message

Dry-run example:

known_hosts rm github.com --dry-run

Special thanks to markmcconachie about the original utility.

Documentation

Overview

Package main implements an utility for manage the ssh known_hosts file. A clone of https://github.com/markmcconachie/known_hosts write in Go. Aimming to support Windows/Linux/macOS.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL