Skip to content

Instantly share code, notes, and snippets.

View vwwetr's full-sized avatar
🎯
Focusing

Victor vwwetr

🎯
Focusing
View GitHub Profile
@etoosamoe
etoosamoe / sshd_config
Created February 2, 2024 10:47
SSH daemon configuration example
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/local/bin:/usr/bin:/bin:/usr/games
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options override the
# default value.
@etoosamoe
etoosamoe / ssh_chown.sh
Created January 27, 2024 21:55
ssh directory permissions // ssh files chown
chown -R $USER:$USER ~/.ssh
chmod 700 ~/.ssh
chmod 644 ~/.ssh/*
chmod 600 ~/.ssh/id_* ~/.ssh/authorized_keys
@juampynr
juampynr / CHANGELOG.md
Created March 27, 2018 09:35
Sample CHANGELOG

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as