From: martin f. krafft Date: Mon, 27 Jun 2016 05:33:33 +0000 (+0200) Subject: explicitly disable defaults for X11 forwarding and host key updating X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/948222999dd48905d4334b9204a9348920a7f2cb?hp=90a728c40c3009b4795068f6e24b70cc25c8ba60;ds=inline explicitly disable defaults for X11 forwarding and host key updating --- 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