class Envirobly::ContainerShell

def user_and_host

def user_and_host
  sprintf USER_AND_HOST, connect_data.fetch("instance").fetch("private_ipv4")
end