# SSH Proxy Via Ncat in Windows
## Metadata
**Status**:: #x
**Zettel**:: #zettel/fleeting
**Created**:: [[2023-08-29]]
## Synopsis
```
scoop install nmap
ssh -o ProxyCommand='ncat --proxy-type socks5 --proxy 127.0.0.1:7890 %h %p'
[email protected]
```