Add ssh config
This commit is contained in:
parent
03a6c78cf3
commit
3af927ca76
@ -17,6 +17,46 @@
|
|||||||
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
|
#+HTML_HEAD: <script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
|
* SSH
|
||||||
|
:PROPERTIES:
|
||||||
|
:header-args: :tangle ~/.ssh/config
|
||||||
|
:header-args+: :comments none :mkdirp yes
|
||||||
|
:END:
|
||||||
|
|
||||||
|
#+begin_src conf
|
||||||
|
AddKeysToAgent yes
|
||||||
|
|
||||||
|
Host grenoble
|
||||||
|
hostname ***REMOVED***
|
||||||
|
Port 10022
|
||||||
|
user tdehaeze
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host wingaudio
|
||||||
|
hostname 207.154.251.241
|
||||||
|
Port 22
|
||||||
|
user tdehaeze
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host octoprint
|
||||||
|
hostname 192.168.1.49
|
||||||
|
Port 22
|
||||||
|
user pi
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host hassio
|
||||||
|
hostname 192.168.1.101
|
||||||
|
Port 10022
|
||||||
|
user root
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host nas
|
||||||
|
hostname 192.168.1.50
|
||||||
|
Port 10022
|
||||||
|
user tdehaeze
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Font
|
* Font
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/.config/fontconfig/fonts.conf
|
:header-args: :tangle ~/.config/fontconfig/fonts.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user