Skip to content

Instantly share code, notes, and snippets.

View ericktedeschi's full-sized avatar

Erick Belluci Tedeschi ericktedeschi

View GitHub Profile
@azagniotov
azagniotov / beautiful.rest.api.docs.in.markdown.md
Last active April 10, 2025 10:41
Example to create beautiful REST API docs in Markdown, inspired by Swagger API docs.
@lizthegrey
lizthegrey / attributes.rb
Last active March 27, 2025 02:16
Hardening SSH with 2fa
default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam'
default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes'
default['sshd']['sshd_config']['PasswordAuthentication'] = 'no'