treehouses / template

awesome :rainbow: vagrant virtualbox development debian buster base image
https://app.vagrantup.com/boxes/search?utf8=%E2%9C%93&sort=downloads&provider=&q=debian+buster
5 stars 2 forks source link

using *.onion #47

Open dogi opened 5 years ago

dogi commented 5 years ago
root@template:~# ssh root@zdxluedhgdbr7xix.onion
nc: connection failed, SOCKS error 4
ssh_exchange_identification: Connection closed by remote host
dogi commented 5 years ago

solution:

root@template:~# cat /root/.ssh/config 
Host *.onion
  ProxyCommand /bin/nc.openbsd -x localhost:9050 -X 5 %h %p