{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fd1442b5-a66d-4782-babc-471d92fe4828",
    "slug": "ubuntu-sshd-1",
    "name": "Ubuntu SSHD",
    "description": "🚀 Deploy and Host Ubuntu SSHD in a few clicks. ",
    "url": "https://railway.com/deploy/ubuntu-sshd-1",
    "upstream": {
      "repo_url": "https://github.com/georgebrnv/railway-ubuntu-sshd"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "railway-ubuntu-sshd",
      "source": {
        "repo": "https://github.com/georgebrnv/railway-ubuntu-sshd"
      },
      "needs_volume": false,
      "tcp_ports": [
        22
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "SSH_PASSWORD",
      "service": "railway-ubuntu-sshd",
      "description": "Provide a value for SSH_PASSWORD.",
      "secret": true,
      "strategy": "generate",
      "generate": "strong_password"
    },
    {
      "key": "SSH_USERNAME",
      "service": "railway-ubuntu-sshd",
      "description": "Provide a value for SSH_USERNAME.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ubuntu-sshd-1"
      }
    },
    "cli": "railway deploy --template ubuntu-sshd-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fd1442b5-a66d-4782-babc-471d92fe4828",
            "serializedConfig": {
              "services": {
                "b3626feb-7a1c-4520-aad1-da2bd5686a57": {
                  "name": "railway-ubuntu-sshd",
                  "source": {
                    "repo": "georgebrnv/railway-ubuntu-sshd",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "SSH_PASSWORD": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SSH_PASSWORD}}"
                    },
                    "SSH_USERNAME": {
                      "isOptional": false,
                      "description": "",
                      "defaultValue": "{{SSH_USERNAME}}"
                    },
                    "AUTHORIZED_KEYS": {
                      "isOptional": true,
                      "description": "",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "22": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T22:14:37.505Z",
  "generator_version": "0.1.0"
}
