A(red hat)192.168.134.2/usr/local/sbin/sshd -p 3690

          192.168.134.1
B(red hat)ssh -fNL 1080:192.168.134.2:3690 192.168.134.2
          192.168.136.1

C(debian) 192.168.136.2ssh -fNL 1080:192.168.136.1:1080 192.168.136.1

C マシンから
$ ssh -p 1080 localhost
とやってC->B->Aと繋げたいのですが


C マシンで
ssh_exchange_identification: Connection closed by remote host
と出ます
多段ポートフォワードがまちがっているのでしょうか?

A,B,Cともにhosts.allow, hosts.denyは記述なしです
どのようにすればできるのかおしえてください