Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 646 Bytes

known-host

known-host utility for oh my zhs tool

Installation

Clone the following repo in the custom plugins directory of your oh-my-zsh installation:

cd ~/.oh-my-zsh/custom/plugins
git clone repo

Usage

To use the known-host utility, you need to add it to your plugins list in your .zshrc file. For example:

plugins=(git known-host)

Restart your terminal or run source ~/.zshrc to apply the changes

Commands

The known-host utility provides the following commands:

known-host -d <line>

This will remove the host line that matches the provided host name from your ~/.ssh/known_hosts file.