From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1641 invoked by alias); 24 Jan 2014 14:21:47 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18356 Received: (qmail 22004 invoked from network); 24 Jan 2014 14:21:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:disposition-notification-to:user-agent; bh=qZXDxa1ifdW21aolHB54ny3TGWWlZ8aYhgeX8LBTZrM=; b=BU1oLyUdUQPrjTQPDVLGsKI979shJ4jDju6ZZJN/lh7OY3ePkpAd0utQ3+zul9hpAg yMVcKa9qc1W3dpQ9yaI3DDu/UNNc8m++tVtIXoDSm9eZvLwYSt3AiITk5QI6HTKVX3M0 uRjfo8/4LXKaoTR5uQ/hFnVaoemIgfdQ0H07ClumDWRvz0X5kduNxASjX6bDsFfklduo p7NCGzUM6HZvXe+jBLr5SPLg/pqSF4j4/0WyrCkkQnpjtPK2aRdOPZyeitTQ+knTryfj TaR038oUZQCwq1VtcZ77wRKvl4zt62PVLvkqP0YiA2667rDjyTdoDM6fh9Um3LV9djr7 ykgg== X-Received: by 10.68.198.68 with SMTP id ja4mr14720132pbc.24.1390573299597; Fri, 24 Jan 2014 06:21:39 -0800 (PST) Date: Fri, 24 Jan 2014 22:20:59 +0800 From: lilydjwg To: zsh-users@zsh.org Cc: TJ Luoma Subject: Re: how can I invoke zsh via screen when logged in via ssh? Message-ID: <20140124142058.GB1632@lilyforest> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) On Wed, Jan 22, 2014 at 02:54:02PM -0500, TJ Luoma wrote: > I use zsh as my login shell for several accounts I connect to via ssh. > > > My connection to these accounts is often fragile, either because they > were initiated on an iOS device or behind a satellite internet > connection. > > > I had a thought today that perhaps one answer would be to use > 'screen(1)' as my login shell for those accounts, but then I realized > that I didn't want that to be the shell I use for local logins, just > for SSH logins. > > > I wondered if anyone had already done this, so I didn't have to > re-invent the wheel, or might have some experience with potential > problems that I might run into when doing this. So you might be interested in mosh[1] (the mobile shell), which I find is great for slow unstable connections. [1]: http://mosh.mit.edu/ > [...] -- Best regards, lilydjwg Linux Vim Python 我的博客: http://lilydjwg.is-programmer.com/ -- A: Because it obfuscates the reading. Q: Why is top posting so bad?