2020-10-06 11:54:00 +00:00
|
|
|
[tor]
|
|
|
|
ControllerPort = 9051
|
|
|
|
|
|
|
|
[ssh]
|
|
|
|
Port = 22
|
|
|
|
|
|
|
|
[mqtt]
|
2020-10-06 13:22:20 +00:00
|
|
|
BrokerHost = mqtt.example.com
|
2020-10-06 11:54:00 +00:00
|
|
|
BrokerPort = 8883
|
|
|
|
ClientID = vagrant
|
|
|
|
Topic = it/torch/vagrant/ssh_onion
|
|
|
|
RequireCertificate = true
|
|
|
|
CaFile = ca.crt
|
|
|
|
CertFile = vagrant.crt
|
|
|
|
KeyFile = vagrant.key
|
|
|
|
|