{
  "schemaVersion": 6,
  "id": "7edda3f8-c35a-5a89-96d1-a644f5cd0343",
  "name": "Configure and Verify Authenticated SSH Access",
  "createdAt": "2026-09-19T00:00:00.000Z",
  "updatedAt": "2026-09-19T00:00:00.000Z",
  "canvas": {
    "notes": [],
    "shapes": [],
    "groups": []
  },
  "devices": [
    {
      "id": "sw1",
      "label": "SW1",
      "kind": "switch",
      "model": "switch-8",
      "x": 450,
      "y": 100,
      "runningConfig": "hostname SW1\ninterface g0/1\n switchport mode access\n switchport access vlan 1\n no shutdown\ninterface vlan 1\n ip address 192.168.99.2 255.255.255.0\n no shutdown\n\nend\n"
    },
    {
      "id": "pc1",
      "label": "PC1",
      "kind": "pc",
      "model": "pc",
      "x": 240,
      "y": 350,
      "hostConfig": {
        "ipAddress": "192.168.99.10",
        "subnetMask": "255.255.255.0",
        "defaultGateway": ""
      }
    }
  ],
  "links": [
    {
      "id": "pc1-eth0-sw1-g0/1",
      "a": {
        "deviceId": "pc1",
        "port": "eth0"
      },
      "b": {
        "deviceId": "sw1",
        "port": "g0/1"
      },
      "cableType": "auto"
    }
  ],
  "settings": {
    "strictCabling": false,
    "vendor": "cisco-ios"
  }
}
