Files
kubevpn/pkg/ssh/gssapi_other.go
2024-07-27 10:37:48 +08:00

8 lines
89 B
Go

//go:build !windows
package ssh
func GetKrb5Path() string {
return "/etc/krb5.conf"
}