Ssh
scp:使用特定的網卡
我正在嘗試通過特定的 NIC 執行 scp。
我閱讀了SCP 手冊頁,但找不到所需的標誌。
使用
BindAddress
或BindInterface
選項使用-o
switch。例如:
scp -o BindAddress=x.x.x.x ...