If we have Tor service running locally or any other SOCKS service available at 9050 port on localhost, then we can go like this:
ssh -o ProxyCommand='nc -x 127.0.0.1:9050 %h %p' [email protected]
If we have Tor service running locally or any other SOCKS service available at 9050 port on localhost, then we can go like this:
ssh -o ProxyCommand='nc -x 127.0.0.1:9050 %h %p' [email protected]
ohmyzsh/ohmyzsh#7023 (comment)
Basically, edit ~/.zshrc and uncomment the line:
# Uncomment the following line to use case-sensitive completion.
CASE_SENSITIVE="true"