User Tools

Site Tools


network:ssh_notes

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
network/ssh_notes.txt · Last modified: 2015/01/09 11:00 by tschulz