diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-09-16 10:29:06 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-09-16 10:29:06 +0200 |
commit | 6d5b38a877a233fea31eb76222a248ab8109a10a (patch) | |
tree | c30b67879b5434192978b0f9e92256af366f4ac1 /ssh.config | |
parent | b7394b5bb71db358f44bb888b4b127e45f4f9b86 (diff) |
Configure the backdoor to the uncle's computer
Diffstat (limited to 'ssh.config')
-rw-r--r-- | ssh.config | 7 |
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 |