From fffc6e5fab3fd05c0fb354ccefd3986293097b9e Mon Sep 17 00:00:00 2001 From: PandaCoderPL Date: Thu, 11 Nov 2021 01:11:40 +0000 Subject: [PATCH] Add SSH config Signed-off-by: PandaCoderPL --- CHANGELOG.md | 4 ++++ VERSION | 2 +- home/.ssh/config | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 home/.ssh/config 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