User Tools

Site Tools


network:ssh_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
network:ssh_notes [2015/01/09 10:56]
tschulz [Remove SSH Key]
network:ssh_notes [2015/01/09 11:00] (current)
tschulz [Remove SSH Key]
Line 2: Line 2:
  
  
-===== Remove SSH Key =====+===== Remove ​or Delete ​SSH Key =====
 <file bash> <file bash>
 ssh-keygen -R HOSTNAME ssh-keygen -R HOSTNAME
 +</​file>​
 +
 +===== Client SSH Config =====
 +The client config is stored in $HOME/​.ssh/​config.The following is an example host entry
 +<file openssh>
 +host SHORT_HOSTNAME
 +hostname FQDN
 +user USERNAME
 </​file>​ </​file>​
network/ssh_notes.1420822612.txt.gz · Last modified: 2015/01/09 10:56 by tschulz