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:message-id:from:to:subject:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=E8W 2or1p0LReoM+qt9Uz6yGNvMcaGdy9eCUAQZSRfaazv75H7YEsSH7CUtYPkrg/BGS 7o98VrSVk63CAcYFa+zAVZB6uG0qWtMRi2V0dZ0fl3y+REKrHpwvxPM74pDrNtPq xWuw4AvOIhAYu8wmwF77UG+aLzyN4Wq1S1qahwzE= 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:message-id:from:to:subject:date:mime-version :content-type:content-transfer-encoding; s=default; bh=17OFmeTsM g/hNtOtKIQq3lBmHYs=; b=q5OOn0QkVfgFvO4/XKR4Mb34hB8gznJB8PNieJb+n icfyU+5Kk8Vt4QXS43ivEfYvsKA83xZYGKSlW+y7qTnRLZMxTZ8Vc7Rz8QoA5RGo kVl1EgqeTYJWTCflLuYp2rSGzflvxA5JKhCNkVbJp2XcAcgrVqKbWjimkOFvNdcs Qs= 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 X-Spam-SWARE-Status: No, score=3.7 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2 X-TMN: [KUhHwJDM2IEa0g9/BwN9y9mKyVLen9Y8] Message-ID: From: Keith Starsmeare To: Subject: Mintty command line for old time rxvt users Date: Mon, 19 Aug 2013 13:23:00 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've been using rxvt with Cygwin for years and I must thank Chuck Wilson and anyone else that's helped maintain it and the Cygwin as a whole! I've recently been having trouble with my locales accessing Linux servers through ssh - gcc errors were coming out with horrible characters, and I'm sure I got it working once, but I can't remember how I did it! So I thought I'd finally try minty and it works perfectly - so I guess I'm a convert. But I've got a question regarding the command line options. I used to have a bunch of shortcuts to start an rxvt to ssh to my remote servers but it took some trial and error to get it working so that it is (briefly) a login shell to get my sshconfig settings. So I've converted from this shortcut: C:\cygwin\bin\rxvt.exe -e ssh servername To this: C:\cygwin\bin\mintty.exe bash --login -c "ssh servername" Which works, but is a little cumbersome. Am I doing this the best way, or am I missing something obvious? Many thanks, Keith -- 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