Table of Contents

OpenSSH Notes

Remove or Delete SSH Key

ssh-keygen -R HOSTNAME

Client SSH Config

The client config is stored in $HOME/.ssh/config.The following is an example host entry

host SHORT_HOSTNAME
hostname FQDN
user USERNAME