An open API service indexing awesome lists of open source software.

https://github.com/trstringer/lkh

:newspaper: Utility script to read, parse, and display host names from known_hosts
https://github.com/trstringer/lkh

Last synced: 10 months ago
JSON representation

:newspaper: Utility script to read, parse, and display host names from known_hosts

Awesome Lists containing this project

README

          

# List Known Hosts `lkh`

Small utility script to read, parse, and display host names from the `~/.ssh/known_hosts` file.

## Install

```
$ git clone https://github.com/tstringer/lkh.git
$ cd lkh
$ pip3 install .
```

## Usage

```
$ lkh
```

Or to narrow the output...

```
$ lkh | grep pattern
```