Compare commits

...

No commits in common. "c9-beta" and "c9s" have entirely different histories.
c9-beta ... c9s

7 changed files with 29 additions and 4 deletions

9
.gitignore vendored
View File

@ -1,2 +1,7 @@
SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
SOURCES/ssh-key-dir-0.1.4.crate
/ssh-key-dir-0.1.1.crate
/ssh-key-dir-0.1.2.crate
/ssh-key-dir-0.1.2-vendor.tar.gz
/ssh-key-dir-0.1.3.crate
/ssh-key-dir-0.1.3-vendor.tar.gz
/ssh-key-dir-0.1.4.crate
/ssh-key-dir-0.1.4-vendor.tar.gz

View File

@ -1,2 +1,2 @@
20231db85169a7aaacac094fb2b1b7d6d0fa36f6 SOURCES/ssh-key-dir-0.1.4-vendor.tar.gz
82075ed3d4e064d9138f82ff1ad08fd7187cdffa SOURCES/ssh-key-dir-0.1.4.crate
82075ed3d4e064d9138f82ff1ad08fd7187cdffa ssh-key-dir-0.1.4.crate
20231db85169a7aaacac094fb2b1b7d6d0fa36f6 ssh-key-dir-0.1.4-vendor.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# rust-ssh-key-dir
sshd AuthorizedKeysCommand to read ~/.ssh/authorized_keys.d

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} # this is the testcase identifier, which OSCI pipeline uses

2
sources Normal file
View File

@ -0,0 +1,2 @@
SHA512 (ssh-key-dir-0.1.4.crate) = e89b35ea92196701a14a36e4de74d9752994f5ccfb5af0e0b4651b9de962e7e2112c3e150b0decba1195701dfdf50db9ae1516f1e262ff883743c237f6c33632
SHA512 (ssh-key-dir-0.1.4-vendor.tar.gz) = b9366979d200a486a4b04a1fbe3585644fe19f383f21784edfc9da71dfa1df0dcdf4860f1491db7a36e347ebc0737df510ccd9e7a94e06184bfb88a420adb04f

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "/usr/libexec/ssh-key-dir --help"