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