summaryrefslogtreecommitdiff
path: root/ssh.config
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
commit580862d64fc95108920d49ef1a2e12849a5ed5a2 (patch)
treee7c6db1c1e3b4ffa84372777b8e59c364c2b7589 /ssh.config
parent27ef0f212ffa20cca2844afdbfbf2d65c76aecbb (diff)
Configure the backdoor to the uncle's computer
Diffstat (limited to 'ssh.config')
-rw-r--r--ssh.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/ssh.config b/ssh.config
new file mode 100644
index 0000000..f49de8b
--- /dev/null
+++ b/ssh.config
@@ -0,0 +1,7 @@
+Host *.onion
+ ProxyCommand nc -x localhost:9050 -X5 %h %p
+
+Host kynio.onion
+ User kynio
+ Hostname prnpi5oblk35gzcihbgu3227xvanisouxgbejri57bnzjawcksq4l7yd.onion
+ Port 22 \ No newline at end of file