ssh/sftp を使用してリモートにログインできます (-b オプションなし)
sftp root@192.168.7.2
でもやってみると
sftp -b commands.tmp root@192.168.7.2
私は得る
Permission denied (publickey,password).
Couldn't read packet: Connection reset by peer
Commands.tmp は次のようになります。
ls
exit
ここに欠けているものはありますか?