add ssh config
This commit is contained in:
parent
f6299e11e4
commit
4a3995ba29
3 changed files with 32 additions and 0 deletions
21
roles/system/files/ssh_config
Normal file
21
roles/system/files/ssh_config
Normal file
|
@ -0,0 +1,21 @@
|
|||
Host brussels
|
||||
HostName brussels.studlab.os3.nl
|
||||
User pkunis
|
||||
|
||||
Host github.com
|
||||
HostName github.com
|
||||
User pizzapim
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host max
|
||||
HostName max.lan
|
||||
User root
|
||||
|
||||
Host lewis
|
||||
HostName lewis.lan
|
||||
User root
|
||||
|
||||
Host forgejo
|
||||
HostName git.pim.kunis.nl
|
||||
Port 56287
|
||||
User git
|
Reference in a new issue