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
- Host: GitHub
- URL: https://github.com/trstringer/lkh
- Owner: trstringer
- Created: 2016-10-27T12:22:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T12:23:12.000Z (about 9 years ago)
- Last Synced: 2024-10-11T15:07:23.545Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```