From 2c67f86f8036055fae38c830a3bf4dbabea92c8c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Nov 2017 11:58:55 +0100 Subject: ssh: add internal work host section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index fe4c70e..f1a9d5a 100644 --- a/ssh/config +++ b/ssh/config @@ -17,6 +17,13 @@ Host *.archlinux.org Host aur.archlinux.org User aur +Host *.starstable.com *.internal.starstable.com 172.* + User centos + ForwardAgent yes + UserKnownHostsFile=/dev/null + StrictHostKeyChecking=no + IdentityFile ~/.ssh/starstable + Host * User kyrias HostKeyAlgorithms ssh-ed25519,ssh-rsa -- cgit v1.2.3-54-g00ecf