-- /bin/ssh - Connects to a remote host. local target = arg[1] if not target then return "ssh: missing operand" end return bettola.ssh(context, target)