Return-Path: X-Original-To: apmail-aurora-issues-archive@minotaur.apache.org Delivered-To: apmail-aurora-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9140519A1D for ; Sun, 24 Apr 2016 13:47:15 +0000 (UTC) Received: (qmail 59171 invoked by uid 500); 24 Apr 2016 13:47:13 -0000 Delivered-To: apmail-aurora-issues-archive@aurora.apache.org Received: (qmail 59037 invoked by uid 500); 24 Apr 2016 13:47:13 -0000 Mailing-List: contact issues-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list issues@aurora.apache.org Received: (qmail 58742 invoked by uid 99); 24 Apr 2016 13:47:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2016 13:47:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 270A62C1F60 for ; Sun, 24 Apr 2016 13:47:13 +0000 (UTC) Date: Sun, 24 Apr 2016 13:47:13 +0000 (UTC) From: "Stephan Erb (JIRA)" To: issues@aurora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AURORA-681) Client should support configuring flags for ssh MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AURORA-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Erb resolved AURORA-681. -------------------------------- Resolution: Fixed Assignee: Maxim Khutornenko Fix Version/s: 0.10.0 Looks like this is fixed: https://reviews.apache.org/r/38326/ {code} usage: aurora task ssh [-h] [--ssh-user ssh_username] [--ssh-options ssh_options] [--executor-sandbox] [--tunnels PORT:NAME] [--command unix_command_line] [--verbose] [--skip-hooks hook,hook,...] task_instance initiates an SSH session on the machine that a task instance is running on. positional arguments: task_instance A task instance specifier, in the form CLUSTER/ROLE/ENV/NAME/INSTANCE optional arguments: -h, --help show this help message and exit --ssh-user ssh_username, -l ssh_username ssh as this username instead of the job's role --ssh-options ssh_options A string of space separated system ssh options. --executor-sandbox Run the command in the executor sandbox instead of the task sandbox --tunnels PORT:NAME, -L PORT:NAME Add tunnel from local port PART to remote named port NAME --command unix_command_line, -c unix_command_line Command to execute through the ssh connection. --verbose, -v Show verbose output --skip-hooks hook,hook,... A comma-separated list of command hook names that should be skipped. If the hooks cannot be skipped, then the command will be aborted {code} > Client should support configuring flags for ssh > ----------------------------------------------- > > Key: AURORA-681 > URL: https://issues.apache.org/jira/browse/AURORA-681 > Project: Aurora > Issue Type: Story > Components: Client > Reporter: Joshua Cohen > Assignee: Maxim Khutornenko > Priority: Minor > Fix For: 0.10.0 > > > It would be nice to be able to pass ssh options (e.g. override StrictHostChecking for tests) or to even customize the path to ssh (e.g. use cssh). -- This message was sent by Atlassian JIRA (v6.3.4#6332)