https://github.com/lyraphase/ssh-baseline
LyraPhase SSH Baseline InSpec Profile for LAN config standard
https://github.com/lyraphase/ssh-baseline
chef chef-compliance chef-inspec devops hacktoberfest hardening lyraphase ruby secops ssh
Last synced: about 1 month ago
JSON representation
LyraPhase SSH Baseline InSpec Profile for LAN config standard
- Host: GitHub
- URL: https://github.com/lyraphase/ssh-baseline
- Owner: LyraPhase
- License: apache-2.0
- Created: 2022-04-09T21:32:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T01:23:45.000Z (about 4 years ago)
- Last Synced: 2024-03-27T09:53:05.329Z (about 2 years ago)
- Topics: chef, chef-compliance, chef-inspec, devops, hacktoberfest, hardening, lyraphase, ruby, secops, ssh
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LyraPhase SSH Baseline InSpec Profile
This Compliance profile inherits from the [DevSec SSH Baseline][1]
InSpec profile.
Some controls are ignored because those OpenSSH features are useful and
convenient.
## Standalone Usage
This Compliance Profile requires [InSpec](https://github.com/chef/inspec) for execution:
```bash
git clone https://github.com/LyraPhase/ssh-baseline
inspec exec ssh-baseline
```
You can also execute the profile directly from Github:
```bash
inspec exec https://github.com/LyraPhase/ssh-baseline
```
## Sponsor
If you find this project useful and appreciate my work,
would you be willing to click one of the buttons below to Sponsor this project
and help me continue?
| Method | Button |
| :------- | :--------------------------------------------------------------------------------------------------------------------: |
| GitHub | [💖 Sponsor](https://github.com/sponsors/trinitronx) |
| Liberapay| [](https://liberapay.com/trinitronx/donate) |
| PayPal | [](https://paypal.me/JamesCuzella) |
Every little bit is appreciated! Thank you! 🙏
## Author
* Author:: James Cuzella @trinitronx
* Copyright 2022, LyraPhase
* Copyright 2022, James Cuzella
### Upstream DevSec Authors
* Author:: Patrick Muench
* Author:: Dominik Richter
* Author:: Christoph Hartmann
* Author:: Edmund Haselwanter
* Copyright 2014-2017, The DevSec Hardening Framework Team
## License
```text
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
[1]: https://github.com/dev-sec/ssh-baseline