Skip to content

markmcconachie/known_hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Known Hosts

A simple cli ssh known_hosts manager

Installation

From source

Requirments

  • CMake

Install

Clone this repo and run

mkdir build && cd build
cmake ..
make && make install

Usage

usage: known_hosts command [host]
  commands:
    ls      - List all known hosts
    rm      - Remove a host [requires host]
    version - Display current version
    help    - Show this message