File: data.yaml

package info (click to toggle)
cloud-init 25.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,052 kB
  • sloc: python: 134,399; sh: 3,879; makefile: 128; javascript: 30; xml: 22
file content (14 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_ssh_authkey_fingerprints:
  description: |
    Write fingerprints of authorized keys for each user to log. This is enabled
    by default, but can be disabled using ``no_ssh_fingerprints``. The hash
    type for the keys can be specified, but defaults to ``sha256``.
  examples:
  - comment: |
      Example 1:
    file: cc_ssh_authkey_fingerprints/example1.yaml
  - comment: |
      Example 2:
    file: cc_ssh_authkey_fingerprints/example2.yaml
  name: SSH AuthKey Fingerprints
  title: Log fingerprints of user SSH keys