From 3af927ca7639b2a09cd3a65acce64ecdf1ed28a1 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Wed, 25 Mar 2020 20:20:36 +0100 Subject: [PATCH] Add ssh config --- dotfiles/config.org | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/dotfiles/config.org b/dotfiles/config.org index c2575b6..e8c7b1d 100644 --- a/dotfiles/config.org +++ b/dotfiles/config.org @@ -17,6 +17,46 @@ #+HTML_HEAD: :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 :PROPERTIES: :header-args: :tangle ~/.config/fontconfig/fonts.conf