Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 52684 invoked from network); 13 Nov 2007 01:00:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2007 01:00:12 -0000 Received: (qmail 24195 invoked by uid 500); 13 Nov 2007 00:59:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 24152 invoked by uid 500); 13 Nov 2007 00:59:59 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 24141 invoked by uid 99); 13 Nov 2007 00:59:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Nov 2007 16:59:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 01:00:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4AD4714211 for ; Mon, 12 Nov 2007 16:59:50 -0800 (PST) Message-ID: <1254850.1194915590934.JavaMail.jira@brutus> Date: Mon, 12 Nov 2007 16:59:50 -0800 (PST) From: "Ken Treiman (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GSHELL-16) New command: ssh In-Reply-To: <31314558.1151277090953.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GSHELL-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542007 ] Ken Treiman commented on GSHELL-16: ----------------------------------- Yes, sorry, it wasn't clear what you wanted. Connecting to a normal sshd rather than a GShell should be easier. > New command: ssh > ---------------- > > Key: GSHELL-16 > URL: https://issues.apache.org/jira/browse/GSHELL-16 > Project: GShell > Issue Type: New Feature > Security Level: public(Regular issues) > Components: Commands > Reporter: Jason Dillon > Priority: Minor > Fix For: 1.0-alpha-2 > > Attachments: GSHELL-16.patch > > > Create a {{ssh}} command that provides similar functionality to the unix shell equivalent {{ssh}} (and {{scp}}) commands inside of GShell. > Can wrap the Jsch API to make a ssh command. > Basically, this command will allow a user inside of GShell to make a connection to a normal {{sshd}} server, run some commands and/or transfer some files and even setup port forwarding. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.