From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.sprit.org (smtp.sprit.org [85.124.251.71]) by sourceware.org (Postfix) with ESMTPS id F0A1A3854804 for ; Thu, 21 Jan 2021 13:08:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F0A1A3854804 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=stefanist.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=mb@stefanist.com Received: from localhost (80-109-70-59.cable.dynamic.surfer.at [80.109.70.59]) by smtp.sprit.org (Postfix) with ESMTPSA id 40A6C13D00CB; Thu, 21 Jan 2021 14:08:46 +0100 (CET) From: Martyn B Subject: Terminal output disappearing after SSH into cygwin To: cygwin@cygwin.com Message-ID: <644c7c45-b1a5-8c9f-8d6d-70b99a06c378@stefanist.com> Date: Thu, 21 Jan 2021 14:08:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2021 13:08:49 -0000 Hi list! Usually after an ssh session, the lines in my terminal are persistant after exiting the session. This is what I need. But at the moment when I exit an ssh session into Cygwin, the terminal gets cleared and all session information is lost. How can I change this behavior? I need the commands and their output. Server: Cygwin 3.1.4-1 on Windows 10 (1909), CYGWIN cygsshd Client: Ubuntu 20.04 / Gnome terminal, xterm