Added Tor support to SSH

This commit is contained in:
Logan G 2021-06-25 13:50:48 -06:00
parent a9517e3fbe
commit b6ee44bc5d
Signed by: logan
GPG key ID: E328528C921E7A7A
3 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View file

@ -4,6 +4,8 @@
!.config/** !.config/**
!.icons/ !.icons/
!.icons/** !.icons/**
!.ssh/
!.ssh/**
!.vimrc !.vimrc
!.Xresources !.Xresources
!.xinitrc !.xinitrc

2
.ssh/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!config

3
.ssh/config Normal file
View file

@ -0,0 +1,3 @@
# Generic configuration for all .onion hosts that proxies onion traffic through the local tor service
Host *.onion
ProxyCommand /bin/nc -xlocalhost:9050 -X5 %h %p