From 843ddd4247fdadc3a41fb4d4e90f14396dc02bd4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 31 Oct 2019 09:37:43 +1300 Subject: [PATCH 1/1] fix up gitlab info --- .gitignore.d/ssh | 1 + .ssh/config.in | 2 +- .ssh/known_hosts.d/gitlab.com | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .ssh/known_hosts.d/gitlab.com diff --git a/.gitignore.d/ssh b/.gitignore.d/ssh index d02d2c6..9e389c0 100644 --- a/.gitignore.d/ssh +++ b/.gitignore.d/ssh @@ -16,6 +16,7 @@ !/.ssh/known_hosts.d/debian.org !/.ssh/known_hosts.d/gauting.madduck.net !/.ssh/known_hosts.d/github.com +!/.ssh/known_hosts.d/gitlab.com !/.ssh/known_hosts.d/lehel.madduck.net !/.ssh/known_hosts.d/madduck.net !/.ssh/known_hosts.d/mjollnir.org diff --git a/.ssh/config.in b/.ssh/config.in index 463b92d..ea9ded0 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -285,7 +285,7 @@ Host github.com | github Host gitlab.com | gitlab Hostname gitlab.com - User gitlab + User git Host gitlab.debian.net | git.fosscommunity.in Hostname gitlab.debian.net diff --git a/.ssh/known_hosts.d/gitlab.com b/.ssh/known_hosts.d/gitlab.com new file mode 100644 index 0000000..5794448 --- /dev/null +++ b/.ssh/known_hosts.d/gitlab.com @@ -0,0 +1 @@ +gitlab.com,35.231.145.151 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFSMqzJeV9rUzU4kWitGjeR4PWSa29SPqJ1fVkhtj3Hw9xjLVXVYrU9QlYWrOLXBpQ6KWjbjTDTdDkoohFzgbEY= -- 2.39.2