X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=Os/CEM9NZgi687XqEBvqziDNbmhH0 KzN8j2druLZ3XRPmCj8YAmTCkNeg22d7KWIrFpZyWuDpLjbbbuQeX31C3Y+oNjWx Ts1lwIH9EQGiz+U/ZjQGY3UGIWZ4EJN4q20Bsavoqe7OMtGDAqwOTcyuo1tpsJ7A Vm/TbIRLcfxAeI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=BWuhKyxuOJI/Q4U8AV6GoOy9FjQ=; b=uK/ usmaaB3R4LufS/Lzi8lk6QMp+9lt4PASHGIoZ4An2u9DkfDt51+xyGcffbVROea2 bzn/WUVqvz6vnQInHlpJ+gfONBA7Ako8zKIWIcxmz8gLOUkxgxbVm9REcvlMTMDk qVh07kW8tUUsXD3GFhBvRgtV2rbwlmbVGUP6tfZk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Date: Tue, 25 Nov 2014 09:53:44 +0100 From: Niels Kobschaetzki To: cygwin AT cygwin DOT com Subject: ssh uses /etc/ssh_config instead of ~/.ssh/ssh_config Message-ID: <20141125085344.GB20294@venus.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes Hi, I just configured my local ssh_config because I got too lazy to enter all the time hostnames. But when I want to use it, the ssh from cygwin does not use it. ssh -vvv myhost results in OpenSSH_6.7p1, OpenSSL 1.0.1j 15 Oct 2014 debug1: Reading configuration data /etc/ssh_config ssh: Could not resolve hostname myhost: Name or service not known When I use ssh -F ~/.ssh/ssh_config myhost everything works as expected. Do I have to configure something in /etc/ssh_config so that ssh uses first my local ssh_config or is this a bug? Niels -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple