Improve host not managed error

Signed-off-by: Dan Mills <evilhamsterman@gmail.com>
pull/13974/head
Dan Mills 1 day ago
parent f74e709cf4
commit cb9370869e

@ -150,7 +150,7 @@ func runStatus(ctx context.Context, args []string) error {
} }
return nil return nil
} else { } else {
return errors.New("host ssh is not managed by Tailscale") return fmt.Errorf("Host %s's SSH is not managed by Tailscale", statusArgs.checkSSHHost)
} }
} }
if statusArgs.sshHostKeys { if statusArgs.sshHostKeys {

Loading…
Cancel
Save