Method: EcsCmd::Exec.ssh

Defined in:
lib/ecs_cmd/exec.rb

.ssh(ip) ⇒ Object



15
16
17
# File 'lib/ecs_cmd/exec.rb', line 15

def ssh(ip)
  exec(ssh_cmd(ip))
end