初心者もOK! FreeBSD質問スレッド その5

このエントリーをはてなブックマークに追加
149名無しさん@お腹いっぱい。
sshを使おうと思い、freeBSDS4.3Rに
portsからssh2をインストールしました。
そして/etc/rc.confに
sshd_enable="YES" # Enable sshd
sshd_program="/usr/local/sbin/sshd2" # path to sshd, if you want a different one.
sshd_flags=""
と書きました。

アクセス先のコンピュータは、他の人のユーザ名で共同で使っている
ので、その人から、identityファイルをもらって、
それを~/.ssh2におきました。
そして、
>ssh -l user-name host-name
とすると、
warning: Executing /usr/bin/ssh for ssh1 compatibility.
FATAL: Executing ssh1 in compatibility mode failed.
とおこられます。
なぜでしょうか?