Clone the repo:
./configure && make && sudo make install
cp src/proxychains.conf /etc/proxychains.conf && vi /etc/proxychains.conf
echo “alias p=’/usr/local/bin/proxychains4′” >> ~/.bashrc && . .bashrc
p ssh xx@ip
Clone the repo:
./configure && make && sudo make install
cp src/proxychains.conf /etc/proxychains.conf && vi /etc/proxychains.conf
echo “alias p=’/usr/local/bin/proxychains4′” >> ~/.bashrc && . .bashrc
p ssh xx@ip