17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
[tor]
|
|
ControllerPort = 9051
|
|
|
|
[ssh]
|
|
Port = 22
|
|
|
|
[mqtt]
|
|
BrokerHost = mqtt.example.com
|
|
BrokerPort = 8883
|
|
ClientID = vagrant
|
|
Topic = it/torch/vagrant/ssh_onion
|
|
RequireCertificate = true
|
|
CaFile = ca.crt
|
|
CertFile = vagrant.crt
|
|
KeyFile = vagrant.key
|
|
|