blob: f6ea9b1b09e1ebc0de095463cd77c38945951c1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config fshs
option enable '0'
option addr '[::]'
option port '6339'
option tokens '/etc/fsh'
config fshc
option enable '0'
option addr '127.0.0.1'
option port '6339'
option token ''
option params '-f -p -w 127.0.0.1:22'
|