You are reading content from Scuttlebutt
@kas %nx7dwRZ0gvwAAhF/Om+NYDGauRPYycVRj4fVqliqvkw=.sha256
Re: %XohiBXKBz

I mean on wherever you are trying to set a description.

$ jq .connections < .ssb/config
{
  "incoming": {
    "net": [
      {
        "external": [
          "ssb.bornmesh.dk"
        ],
        "host": "",
        "port": 8008,
        "scope": "public",
        "transform": "shs"
      }
    ],
    "unix": [
      {
        "scope": "local",
        "server": true,
        "transform": "noauth"
      }
    ]
  },
  "outgoing": {
    "net": [
      {
        "transform": "shs"
      }
    ]
  }
}
Join Scuttlebutt now