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