命令說明
ssh -f -N -D bindaddress:port name@server
示例
ssh -fND 127.1:2000 sky@localhost
有個問題,輸出沒有關(guān)閉,可以重定向到null設(shè)備 > /dev/null 2>&1
ssh -f -N -D bindaddress:port name@server
ssh -fND 127.1:2000 sky@localhost
有個問題,輸出沒有關(guān)閉,可以重定向到null設(shè)備 > /dev/null 2>&1