Skip to content

Instantly share code, notes, and snippets.

View cron410's full-sized avatar
🥸
I love all of you, but I have no idea how to change the world.

cron410

🥸
I love all of you, but I have no idea how to change the world.
View GitHub Profile
@cron410
cron410 / secure-ssh.yml
Last active November 24, 2022 03:04 — forked from hughker/secure-ssh.yml
Secure SSH configuration ansible playbook
---
# Ansible playbook for SSH server hardening,
# in line with https://stribika.github.io/2015/01/04/secure-secure-shell.html
- hosts: all
vars:
become: true
become_method: sudo
tasks:
@cron410
cron410 / GPL.md
Created May 16, 2016 13:28 — forked from jnrbsn/GPL.md
A Markdown-formatted GPL for your GitHub projects.

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.