Skip to content

scottk212/known_hosts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Known Hosts

A simple cli ssh known_hosts manager

Installation

OS X (Using homebrew)

The version available from homebrew is not the most current. I will update this later.

brew update
brew install known_hosts

From source

Requirments

You must have cmake installed.

brew install 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

About

A simple cli known hosts manager

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.0%
  • CMake 11.0%