diff options
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 |