`ssh_user: root` only for certain hosts / connections · Issue #554 · clustershell/clustershell · GitHub
Skip to content

ssh_user: root only for certain hosts / connections #554

Description

@skwde

To my understanding the way to do this is to implement a specific run mode, i.e. a file clush.conf.d/root-ssh.conf

[mode:root-ssh]
ssh_user: root
ssh_options: -i <identitiy file to use> -oStrictHostKeyChecking=no

I see two problems with this

  1. I always have to explicitly use --mode root-ssh
  2. It is not possible to specify which nodes should use --mode root-ssh and which should use normal ssh in a single command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions