Skip to content

Commit 9778c6c

Browse files
committed
Add Proxy for Lokinet to SSH config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
1 parent 40d1278 commit 9778c6c

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.7.4] - 2021-11-22
8+
### Added
9+
- Proxy for Lokinet to [SSH Config](home/.ssh/config)
10+
711
## [1.7.3] - 2021-11-19
812
### Added
913
- Proxy for Lokinet to [Git Config](home/.config/git/config)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.3
1+
1.7.4

home/.ssh/config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Host *.loki
2+
ProxyCommand nc %h %p
3+
14
Host *
25
AddKeysToAgent yes
36
HashKnownHosts yes

0 commit comments

Comments
 (0)