kubenetworks/kubevpn

View on GitHub
pkg/ssh/gssapi_other.go

Summary

Maintainability
A
0 mins
Test Coverage
//go:build !windows

package ssh

func GetKrb5Path() string {
    return "/etc/krb5.conf"
}