#Windows #ssh
[Plink](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html), short for PuTTY Link, is a Windows command-line SSH tool that comes as a part of the PuTTY package when installed.
![[Pasted image 20230707115430.png]]
## Using Plink
```powershell
plink -D 9050
[email protected]
```