mirror of
https://github.com/fosrl/newt.git
synced 2026-02-26 14:56:40 +00:00
remove defaults
This commit is contained in:
committed by
Owen Schwartz
parent
2cc957d55f
commit
d256d6c746
@@ -7,17 +7,7 @@ import "fmt"
|
||||
var errLinuxOnly = fmt.Errorf("auth-daemon PAM agent is only supported on Linux")
|
||||
|
||||
// writeCACertIfNotExists returns an error on non-Linux.
|
||||
func writeCACertIfNotExists(path, contents string) error {
|
||||
return errLinuxOnly
|
||||
}
|
||||
|
||||
// ensureSSHDTrustedUserCAKeys returns an error on non-Linux.
|
||||
func ensureSSHDTrustedUserCAKeys(sshdConfigPath, caCertPath string) error {
|
||||
return errLinuxOnly
|
||||
}
|
||||
|
||||
// reloadSSHD returns an error on non-Linux.
|
||||
func reloadSSHD(reloadCmd string) error {
|
||||
func writeCACertIfNotExists(path, contents string, force bool) error {
|
||||
return errLinuxOnly
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user