class Envirobly::ContainerShell

def ssh

def ssh
  sprintf(
    join(SSH),
    @private_key_path,
    connect_data.fetch("instance").fetch("aws_id"),
    connect_data.fetch("region")
  )
end