You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Stephan Erb (JIRA)" <ji...@apache.org> on 2016/04/24 15:47:13 UTC

[jira] [Resolved] (AURORA-681) Client should support configuring flags for ssh

     [ 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)