summaryrefslogtreecommitdiff
path: root/ssh.config
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-16 10:29:06 +0200
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2022-09-16 10:29:06 +0200
commit0e95c0622f3d330eceeac8f83d73b7f3fd8af08a (patch)
treee7c6db1c1e3b4ffa84372777b8e59c364c2b7589 /ssh.config
parent229e1cbdad771682d5763bc673e6c31b7f18aefb (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