blob: 469d006c156152a443ca8c41f5018dc6a6f2e62d [file] [log] [blame]
# Copyright 2017 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.
keys_dir = "${root_build_dir}/ssh-keys"
action("ssh_config") {
config_file = "${keys_dir}/ssh_config"
script = "generate_ssh_config.sh"
args = [
rebase_path("//.ssh/pkey"),
rebase_path(config_file),
]
outputs = [
config_file,
]
}