package config type sshBool bool func (b sshBool) Str() string { if b { return "yes" } return "no" }