summaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-05-10 13:52:04 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-05-10 13:52:04 +0200
commit0fdf01a246d7107fccba24e6d0067ab3e0dfee87 (patch)
treee482b939be5564ac9d29b2cac0ebb6b7501ffa18 /.ssh
parent12331b8a773a72c762752c84fe63b775e781d768 (diff)
downloaddotfiles-0fdf01a246d7107fccba24e6d0067ab3e0dfee87.tar.gz
dotfiles-0fdf01a246d7107fccba24e6d0067ab3e0dfee87.tar.xz
dotfiles-0fdf01a246d7107fccba24e6d0067ab3e0dfee87.zip
SSH config: add pkgs.fedoraproject.org explicitly
This is not handled by scripts/firstrun/02-ssl-common automatically. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ssh/config b/.ssh/config
index dabb56a..bdf048c 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -13,3 +13,11 @@ Host jnpkrn.github.com
Host *
IdentityFile ~/.ssh/id_rsa
+
+Host pkgs.fedoraproject.org
+ # this does not correlate with ~/.ssh/fedora-known_hosts
+ #HostKeyAlias ...
+ IdentityFile ~/.ssh/fedora-id_rsa
+ UserKnownHostsFile ~/.ssh/fedora-known_hosts-extra
+ GlobalKnownHostsFile ~/.ssh/fedora-known_hosts
+ StrictHostKeyChecking ask