New update for AxiCLI includes numerous backend updates plus more SSH controls.

Overide User for SSH

Useful in cases when you have lots of users like for eg when dealing with hadoop clusters you have (hive, hdfs, spark, <main_user_account>) for switching.

ssh-<server_name> --user hduser

Overide Options for SSH

Useful in cases when you need to provide identity keys or tunnel properties

ssh-<server_name> --options "-ND 8157"
ssh-<server_name> --options "-i keyfile.pem"