blob: 5a47e2d7ef56b6aaf908ea2ead051d6f7ca3d3fc [file] [log] [blame]
#!/bin/bash
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Always completes verification successfully. Returning true here simulates any
# case where default SSH credentials are unambiguously available, such as after
# a successful jiri clone or jiri update.
function verify_default_keys {
true
}