Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using *.onion #47

Open
dogi opened this issue Feb 14, 2019 · 1 comment
Open

using *.onion #47

dogi opened this issue Feb 14, 2019 · 1 comment

Comments

@dogi
Copy link
Member

dogi commented Feb 14, 2019

root@template:~# ssh [email protected]
nc: connection failed, SOCKS error 4
ssh_exchange_identification: Connection closed by remote host
@dogi
Copy link
Member Author

dogi commented Feb 14, 2019

solution:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant