2013年8月2日金曜日

ssh_exchange_identification: Connection closed by remote host

[user1@localhost ~]$ ssh 192.168.10.101
bash: nc: コマンドが見つかりません
ssh_exchange_identification: Connection closed by remote host
[user1@localhost ~]$ cat .ssh/config
Host 192.168.10.101
        ProxyCommand ssh user1@192.168.10.151 nc %h %p

散々悩んだあげく原因はssh先のプロキシサーバ(上記の場合だと192.168.10.151)にncがインストールされていないことでした
ProxyCommand を使っていsshプロキシする場合、ncコマンドを発行しているのはプロキシ先のサーバだったのか。。。orz

0 件のコメント:

コメントを投稿