# Multiple Proxy Chains
I recently found myself in an instance where I needed to run proxychains on two different socks proxies at the same time.
This is as simple as copying your config and using the -f flag to specify the new config.
```
proxychains xfreerdp /v:192.168.1.100 /u:hello /p:world
cp /etc/proxychains.conf ~/new.conf
nano ~/new.conf
proxychains -f /home/kali/new.conf ssh root@host
```
https://medium.com/ethical-hacking-blog/pivoting-with-ssh-and-proxychains-b041b2cfe0bf