From b9df5f62b7ea33e12f193db229c98662729c784e Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Fri, 25 Jan 2013 03:59:36 +0100 Subject: [PATCH] =?UTF-8?q?[sshd=5Fconfig]=20Comme=20le=20reverse=20dns=20?= =?UTF-8?q?fonctionne=20mal=20et=20que=20cela=20entraine=20des=20lenteur?= =?UTF-8?q?=20lorsqu'on=20se=20connecte=20en=20ssh,=20on=20passe=20sshd=20?= =?UTF-8?q?=C3=A0=20UseDNS=20no?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 36d9a9e5661d2233a6029cac68218c00 darcs-hash:20130125025936-3a55a-f99b6bc0e84f8601e4d6f9cbb7d46f45f31f102d.gz --- Python/etc/ssh/sshd_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python/etc/ssh/sshd_config b/Python/etc/ssh/sshd_config index e45d1f8..761702b 100644 --- a/Python/etc/ssh/sshd_config +++ b/Python/etc/ssh/sshd_config @@ -78,3 +78,5 @@ header("Configuration du serveur ssh") @Subsystem sftp /usr/lib/openssh/sftp-server @UsePAM yes + +@UseDNS no