init
This commit is contained in:
commit
714d050757
139 changed files with 27826 additions and 0 deletions
37
ssh/.ssh/config
Normal file
37
ssh/.ssh/config
Normal file
|
@ -0,0 +1,37 @@
|
|||
Host *
|
||||
ForwardX11 no
|
||||
|
||||
Host github.com
|
||||
UpdateHostKeys yes
|
||||
User git
|
||||
Hostname github.com
|
||||
PreferredAuthentications publickey
|
||||
|
||||
Host mzunino.com.uy
|
||||
User forbi
|
||||
Hostname mzunino.com.uy
|
||||
Port 34961
|
||||
|
||||
Host main
|
||||
User forbi
|
||||
Hostname main
|
||||
Port 34961
|
||||
|
||||
Host T14
|
||||
User forbi
|
||||
Hostname T14
|
||||
Port 34961
|
||||
|
||||
Host t14
|
||||
User forbi
|
||||
Hostname T14
|
||||
Port 34961
|
||||
|
||||
Host sige.lat
|
||||
User mzunino
|
||||
Hostname sige.lat
|
||||
Port 22
|
||||
|
||||
Host dietpi
|
||||
User root
|
||||
HostName pi.lan
|
Loading…
Add table
Add a link
Reference in a new issue