File: setup_ssh_key_mitogen__has_sudo_pubkey

package info (click to toggle)
python-mitogen 0.3.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,816 kB
  • sloc: python: 24,940; sh: 144; makefile: 74; perl: 19; ansic: 18
file content (8 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2026 Mitogen authors <https://github.com/mitogen-hq>
# SPDX-License-Identifier: BSD-3-Clause
set -o errexit -o nounset -o pipefail

TESTS_SSH_PRIVATE_KEY_FILE='tests/data/docker/mitogen__has_sudo_pubkey.key'

chmod u=r,go= "$TESTS_SSH_PRIVATE_KEY_FILE"