From 855bd9de7ebb324839b7526ea03dc5356e97d9c1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 12 Jan 2015 18:12:43 -0500 Subject: [PATCH] ssh_config: update settings --- .ssh/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index d7622bd..cc221c6 100644 --- a/.ssh/config +++ b/.ssh/config @@ -152,8 +152,10 @@ Host dev-ports IdentityFile ~/.ssh/id_rsa.vapier LocalForward 127.0.0.1:1111 127.0.0.1:25 -Host cvs.gentoo.org git.overlays.gentoo.org +Host cvs.gentoo.org IdentityFile ~/.ssh/id_rsa.vapier +Host git.overlays.gentoo.org + IdentityFile ~/.ssh/back/id_dsa.vapier Host tinderbox HostName x86dev.gentoo.osuosl.org @@ -231,9 +233,11 @@ Host lgentoo2 HostName 148.100.96.98 IdentityFile ~/.ssh/id_rsa.vapier Host lgentoo3 + HostName lgentoo3.s390.gentoo.wh0rd.org HostName 148.100.88.31 IdentityFile ~/.ssh/id_rsa.vapier Host lgentoo4 + HostName lgentoo4.s390.gentoo.wh0rd.org HostName 148.100.88.32 IdentityFile ~/.ssh/id_rsa.vapier -- 2.39.2