From 948222999dd48905d4334b9204a9348920a7f2cb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 27 Jun 2016 07:33:33 +0200 Subject: [PATCH 1/1] explicitly disable defaults for X11 forwarding and host key updating --- .ssh/config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ssh/config.in b/.ssh/config.in index 137050b..7f459cb 100644 --- a/.ssh/config.in +++ b/.ssh/config.in @@ -372,14 +372,14 @@ Host * ControlPersist 30 ExitOnForwardFailure yes ForwardAgent no - ForwardX11 no - ForwardX11Trusted no + #ForwardX11 no + #ForwardX11Trusted no HashKnownHosts no NumberOfPasswordPrompts 2 PasswordAuthentication yes Protocol 2 ServerAliveInterval 45 StrictHostKeyChecking yes - UpdateHostKeys no + #UpdateHostKeys no VerifyHostKeyDNS ask VisualHostKey no -- 2.39.2