ssh

Help

SSH into a node

Usage:
  edgectl ssh NODE_ID [flags]

Examples:
  # SSH into node having UUID
  $ edgectl ssh 6d154556-9e58-4330-a7f3-41c869f01142
	
  # SSH into node using fully-qualified node name
  $ edgectl ssh acme/proj1/node1

  # Run a single command "ls /" over SSH
  $ edgectl ssh acme/proj1/node1 ls /


Flags:
  -h, --help   help for ssh

Global Flags:
  -H, --header         Print header row
  -j, --json           JSON output
  -M, --monochrome     Don't colorize output
  -t, --text           Text table output
      --token string   Access Token
  -v, --verbose        Verbose output