mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-09-26 19:31:17 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
//go:build !windows
|
|
|
|
package ssh
|
|
|
|
func GetKrb5Path() string {
|
|
return "/etc/krb5.conf"
|
|
}
|