mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-09-27 03:36:09 +08:00
8 lines
115 B
Go
8 lines
115 B
Go
//go:build windows
|
|
|
|
package ssh
|
|
|
|
func GetKrb5Path() string {
|
|
return "C:\\ProgramData\\MIT\\Kerberos5\\krb5.ini"
|
|
}
|