ape.parts.connections.sshconnection.SSHConnection.__getattr__

SSHConnection.__getattr__(command)

Calls the exec-command

Param:
  • command: command to execute
  • arguments: string of arguments to add to the command
  • bufsize: buffer size
  • timeout: channel timeout
  • get_pty: If true sets up the pseudo-terminal

Navigation