Files
sunhpc/internal/pkg/config/ssh.go
2026-04-29 22:52:33 +08:00

6 lines
138 B
Go

package config
type SSHConf struct {
KeyTypes []string `yaml:"key types,omitempty" default:"[\"ed25519\",\"ecdsa\",\"rsa\",\"dsa\"]"`
}