MCPcopy
hub / github.com/smallstep/cli / sshConfigErr

Function sshConfigErr

command/ssh/ssh.go:273–278  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

271}
272
273func sshConfigErr(err error) error {
274 return &errs.Error{
275 Err: err,
276 Msg: "There is a problem with your step configuration. Please run 'step ssh config'.",
277 }
278}
279
280func contactAdminErr(err error) error {
281 return &errs.Error{

Callers 1

checkHostActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…