From 6d5b38a877a233fea31eb76222a248ab8109a10a Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 16 Sep 2022 10:29:06 +0200 Subject: Configure the backdoor to the uncle's computer --- ssh.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ssh.config (limited to 'ssh.config') 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 -- cgit v1.2.3