Forrest logo
back to context overview

csshx

List of commands for csshx:

  • csshx:tldr:12fa2 csshx: Connect to multiple hosts with a given SSH key.
    $ csshX ${user@hostname1} ${user@hostname2} --ssh_args "-i ${path-to-key_file-pem}"
    try on your machine
    explain this command
  • csshx:tldr:66963 csshx: Connect to multiple hosts.
    $ csshX ${hostname1} ${hostname2}
    try on your machine
    explain this command
  • csshx:tldr:bbf61 csshx: Connect to a pre-defined cluster from `/etc/clusters`.
    $ csshX cluster1
    try on your machine
    explain this command
back to context overview