From 6d4a1ac1befdbcc750951e6fd49c5775d9b8cef1 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 14 Oct 2012 17:49:01 +0200 Subject: [PATCH] add clegg to config and hostkey --- .ssh/config.in | 5 +++++ .ssh/known_hosts.d/lehel.madduck.net | 1 + 2 files changed, 6 insertions(+) create mode 100644 .ssh/known_hosts.d/lehel.madduck.net diff --git a/.ssh/config.in b/.ssh/config.in index e417ef4..8d6c4e9 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -211,6 +211,11 @@ Host bricke ForwardX11 yes HostKeyAlias brick.gauting.madduck.net +Host clegg.lehel.madduck.net | clegg + CheckHostIP no + ForwardAgent yes + Hostname clegg.lehel.madduck.net + Host zlinli.no-ip.org | zlinli CheckHostIP no Hostname zlinli.no-ip.org diff --git a/.ssh/known_hosts.d/lehel.madduck.net b/.ssh/known_hosts.d/lehel.madduck.net new file mode 100644 index 0000000..c115fe7 --- /dev/null +++ b/.ssh/known_hosts.d/lehel.madduck.net @@ -0,0 +1 @@ +clegg.lehel.madduck.net,clegg.lehel,clegg,192.168.17.1,2001:a60:f10a::1 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3rqCQ/65ZlNkBz7sIXHqSgN3zqsjvdU+UVzCVSbicxfWbAln9FQQjer4cwSfQUh9qYQhkl3+N/jSS8LYJxXosDXQ/1/jfKl5zKi0slBmH7lzxc+y8G6CarSSsNtNOvuG3e4f37XTE++7+7SvIx4fgwJDAvNxvPtUNXj+71fIuCG1/YfLdWb0zagTo4ubuK09gfTPhbwlfSK4WZRZlgSpXtwGLtgC1f6Ed7dNTI33e+EKT2oPSqwTJIWtNfOW5dZ0Es4abOnhWOhfyqKD8nk5imQY7ZbYYdhO0FPK+5rHPSdlD8i/YZEWHGJn5Z2O0uiOm9n2X/THbET+6RjfIS1ef -- 2.39.2