Skip to content

jsfaint/known_hosts

Repository files navigation

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.

About

A simple ssh known_hosts manager

Resources

License

Contributing

Stars

Watchers

Forks

Contributors