User Tools

Site Tools


network:ssh_notes

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
network:ssh_notes [2015/01/09 10:56]
tschulz created
network:ssh_notes [2015/01/09 10:59]
tschulz [Client SSH Config]
Line 3: Line 3:
  
 ===== Remove SSH Key ===== ===== Remove SSH Key =====
-<​file>​+<​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.txt · Last modified: 2015/01/09 11:00 by tschulz