From 69e9dc4ed3d9c5a90449efde419ef48e096ebc3f Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 14 Apr 2021 17:59:39 -0400 Subject: [PATCH] Update SSH configuration --- ssh/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ssh/config b/ssh/config index 45fb77c..24fdad1 100644 --- a/ssh/config +++ b/ssh/config @@ -1,5 +1,14 @@ AddKeysToAgent yes +VisualHostKey yes Host gubal gubal.reya.zone *.gubal.reya.zone *.gubal + ForwardAgent yes + StrictHostKeyChecking yes Hostname gubal.reya.zone Port 38922 + +Host git git.reya.zone + User git + StrictHostKeyChecking yes + Hostname git.reya.zone + Port 38922