Change hostnames
This commit is contained in:
parent
5b04ad7bda
commit
90a8a05ea1
28
config.org
28
config.org
@ -10,14 +10,26 @@
|
|||||||
#+begin_src conf :noweb yes
|
#+begin_src conf :noweb yes
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
Host grenoble
|
Host homelab
|
||||||
hostname <<get-password(passname="ip/grenoble")>>
|
hostname <<get-password(passname="ip/homelab")>>
|
||||||
|
Port 22
|
||||||
|
user thomas
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host router
|
||||||
|
hostname 192.168.1.1
|
||||||
|
Port 22
|
||||||
|
user root
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host smarttv
|
||||||
|
hostname 192.168.1.73
|
||||||
Port 22
|
Port 22
|
||||||
user thomas
|
user thomas
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Host oneplus
|
Host oneplus
|
||||||
hostname 192.168.1.58
|
hostname 192.168.1.101
|
||||||
Port 8022
|
Port 8022
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
#+end_src
|
#+end_src
|
||||||
@ -727,7 +739,7 @@ password <<get-password(passname="syncthing.tdehaeze.xyz/tdehaeze")>>
|
|||||||
|
|
||||||
machine torrent.tdehaeze.xyz
|
machine torrent.tdehaeze.xyz
|
||||||
login tdehaeze
|
login tdehaeze
|
||||||
password <<get-password(passname="torrent.tdehaeze.xyz/tdehaeze")>>
|
password <<get-password(passname="nas/transmission")>>
|
||||||
|
|
||||||
machine dl.tdehaeze.xyz
|
machine dl.tdehaeze.xyz
|
||||||
login tdehaeze
|
login tdehaeze
|
||||||
@ -748,6 +760,14 @@ password <<get-password(passname="adguardhome.tdehaeze.xyz/tdehaeze")>>
|
|||||||
machine qobuz.tdehaeze.xyz
|
machine qobuz.tdehaeze.xyz
|
||||||
login tdehaeze
|
login tdehaeze
|
||||||
password <<get-password(passname="qobuz.tdehaeze.xyz/tdehaeze")>>
|
password <<get-password(passname="qobuz.tdehaeze.xyz/tdehaeze")>>
|
||||||
|
|
||||||
|
machine down.tdehaeze.xyz
|
||||||
|
login tdehaeze
|
||||||
|
password <<get-password(passname="down.tdehaeze.xyz/tdehaeze")>>
|
||||||
|
|
||||||
|
machine joal.tdehaeze.xyz
|
||||||
|
login tdehaeze
|
||||||
|
password <<get-password(passname="joal.tdehaeze.xyz/tdehaeze")>>
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* =bukurun= Rofi Frontend for Buku (Bookmark Manager)
|
* =bukurun= Rofi Frontend for Buku (Bookmark Manager)
|
||||||
|
Loading…
Reference in New Issue
Block a user