diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c369f9..c0dbfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.0] - 2021-11-11 +### Added +- [SSH Config](home/.ssh/config) + ## [1.4.1] - 2021-11-10 ### Added - Code for starting Tmux to [Bash Config](home/.bashrc) diff --git a/VERSION b/VERSION index 347f583..bc80560 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +1.5.0 diff --git a/home/.ssh/config b/home/.ssh/config new file mode 100644 index 0000000..392c699 --- /dev/null +++ b/home/.ssh/config @@ -0,0 +1,5 @@ +Host * +AddKeysToAgent yes +HashKnownHosts yes +IdentitiesOnly yes +User git