Sha256: 21e3e0b9caa5862b820d98a13ed9eb72ebf69a2608bd383ea0eb07684cc259ad

Contents?: true

Size: 727 Bytes

Versions: 16

Compression:

Stored size: 727 Bytes

Contents

SYSTEM OBJECT TYPE
  NAME: ssh_exec
  SHORTCUT: ssh

  DESCRIPTION
    Open an SSH session to host and execute a system command.

  CHILDREN
    host - string - 'localhost'
      The remote host to which to open a connection.
      The object assumes that the user has password-less SSH
      set up to the remote host.
    cmd - string
      The command to execute on the remote system.
    result - string
      The result of running the command.

  MESSAGES
    run - Open the connection and execute the command.
      Set the result value to the output of the command.

  EXAMPLE

    remote [ssh_exec] :
      host [string] : localhost
      cmd [string] : hostname
      result [string] :

  SEE ALSO
    execute, system

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-1.0.0 lib/gloo/help/objs/system/ssh_exec.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/system/ssh_exec.txt
gloo-0.8.0 lib/gloo/help/objs/system/ssh_exec.txt
gloo-0.7.7 lib/gloo/help/objs/system/ssh_exec.txt
gloo-0.7.6 lib/gloo/help/objs/system/ssh_exec.txt