From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 23:50:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBBA31065670 for ; Sun, 6 Apr 2008 23:50:31 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 858D18FC12 for ; Sun, 6 Apr 2008 23:50:31 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so1879902pyb.10 for ; Sun, 06 Apr 2008 16:50:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=PJuUeL+EH9NzT33Wy5I/4X0ygLecJvH8UUISkT4j1XM=; b=JwhXHmBhm0YnO9mg2N4aNL+n+OCnE7Q9MiVKlVeePGEw+EQmAlToGtzABqFhtFLyGYPfBF7RCaREIrbMyQ5D/rHjEHRsDpxnU4wiwjn0Sv1b9gB5AIA49X54q6aQxFCJF8WHicNnvcI2w3xn7c6t0PefqrPSR2fUP/ete86f8l4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kJSKywTtdcNW+KS86g3+eUaPkWMFDXEFMKuTUasTr0czM2uTeXjCW/bDLKhDPiXnttWacFmhgmv/Z+cKxyXETgBf/4I3R7z3uqvZEUEsjCaVOv2hrNhl3w3d4JUJ9xoVJiEUkHkeuQBABNKAUFpk64AmWcd3Bak4UZUZKm3ykwg= Received: by 10.35.48.11 with SMTP id a11mr7392140pyk.63.1207524203580; Sun, 06 Apr 2008 16:23:23 -0700 (PDT) Received: by 10.35.84.5 with HTTP; Sun, 6 Apr 2008 16:23:23 -0700 (PDT) Message-ID: <26face530804061623j3fba6064n74636444f8eca2a3@mail.gmail.com> Date: Sun, 6 Apr 2008 16:23:23 -0700 From: "Kelly Jones" To: freebsd-questions@freebsd.org, nmlug@nmlug.org, nmosug-l@mailman.swcp.com MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Line-by-line mode for ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2008 23:50:31 -0000 Telnet has a line-by-line mode that's really useful on a slow connection: you can type in an entire line of text and hit return instead of having to type one character at a time. Is there anything similar for ssh? I tried tunelling port 23 on my machine to port 22 on the remote machine and then doing "telnet localhost 23", but this seemed kludgey + didn't work (as I sort of expected, it just connected me to sshd). I suppose I could run telnet locally on the remote machine or something, but is there a cleaner solution? -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile.