Bill Simpson wrote...
> My old problems disappeared when I did fresh installs on both machines of
> ssh2 version 2.0.13 (linux). Bugs from 2.0.9 must have caused my problems.
>
> BUT now I have a new problem which is probably easier to figure out:
>
> when I start the ssh daemon from the machine which used to have version
> 2.0.9, I get two messages:
>
> PasswordAuthentication configuration keyword is now deprecated, use
> AllowedAuthentications instead
>
> PubkeyAuthentication configuration keyword is now deprecated, use
> AllowedAuthentications instead
YOu need to edit your /etc/ssh2/sshd2_config file, or just remove it
and take the one in the source distribution for ssh-2.0.13.
It will be in ssh-2.0.13/apps/ssh/sshd2_config
Just copy that file to /etc/ssh2/sshd2_config, edit as ncessary
and those errors will go away.
josh