From owner-freebsd-stable@FreeBSD.ORG Fri Feb 28 20:20:28 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D68FF101 for ; Fri, 28 Feb 2014 20:20:28 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8AB31360 for ; Fri, 28 Feb 2014 20:20:28 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2643E20851 for ; Fri, 28 Feb 2014 15:20:27 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Fri, 28 Feb 2014 15:20:27 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=xVSog3gaER0gn/jXksL/AovXCPE=; b=YY4 3yOg+v9qkwGdYEErYJ6EiAyWBbiYzmS+a3y1KjSVpvCZrECdPvle0fYOXAIAvCLq goCozLhW86upVGtE5z8RAjYhcfEAIj2op0td44Ui+pEnCBE8E/TVhkhcLOkilyvp gbtwJGrgSouLFEAnZwr0vNCvD6ND7GmP58ME34uE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 0CB3411E478; Fri, 28 Feb 2014 15:20:27 -0500 (EST) Message-Id: <1393618827.9046.89104957.4A974C56@webmail.messagingengine.com> X-Sasl-Enc: 1eOO5Ua5KjTw7Z3oVepdYx8z4l18wyYI6Qd6kB5WEwuW 1393618827 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4527a23f In-Reply-To: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net> References: <2cba8fd9cc51dedc1bd5e127046f4ab7@dweimer.net> Subject: Re: ssh-copy-id Date: Fri, 28 Feb 2014 14:20:27 -0600 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 20:20:28 -0000 I modified it like this: echo "alg $alg" echo "key $key" echo "comment $comment" printf "$alg $key $comment\n" >> "$keyfile" ; \ so I could see where printf was breaking. It's breaking on the first one -- $alg Unmatched '. key: Undefined variable. comment: Undefined variable.