ssh の マニュアル を見ていて scp の変わった オプションを見つけた。 -S program Name of program to use for the encrypted connection. The program must understand ssh(1) options. echo を指定してやれば、 このインターフェースが理解できる。 $ scp -S echo ./.bashrc user@remote_host:./dir/ -x -oForwardAgent no -oClearAllForwardings yes -luser remote_host scp -t ./dir/ ちなみに、一番変わっているのは俺だ。