diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7bf23..f00cc20 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.7.4] - 2021-11-22 +### Added +- Proxy for Lokinet to [SSH Config](home/.ssh/config) + ## [1.7.3] - 2021-11-19 ### Added - Proxy for Lokinet to [Git Config](home/.config/git/config) diff --git a/VERSION b/VERSION index 661e7ae..10c0880 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.3 +1.7.4 diff --git a/home/.ssh/config b/home/.ssh/config index bcdf68c..0be8712 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -1,3 +1,6 @@ +Host *.loki +ProxyCommand nc %h %p + Host * AddKeysToAgent yes HashKnownHosts yes