I am trying to set up a Tor bridge relay on a computer which uses Ubuntu 24.0 I have hashed the password in torrc as shown --- ControlPort 9051 #HashedControlPassword 16:323634568C5955F60366D932009E197BE0A22ETC HashedControlPassword 16:123634C5955F6036609E197BE0A11EEC22241644E444A4CD3255D305C8 --- I used the command in Terminal tor --hash-password 16:323634568C5955F60366D932009E197BE0A22ETC to produce the HashedControlPassword shown above, which I copied into the torrc file before starting th...