Dear SSH Users,
I have already installed all of ssh.
Now I am trying to connect to a remote server (from which I do have the key).
I get always this error "secure connection to server refused. reverting to
insecure method.../usr/bin/rsh not found.
I have had this error before and tried to solve it by using the troubleshooting
section of ssh:
I moved the file /usr/bin/rsh to /usr/old/rsh
I run the Perl script "perl -pi.orig -e
's+/usr/(bin|ucb)/rlogin+/usr/old/rlogin+g ;' /usr/old/rsh
I make "./configure --with-rsh=/usr/old/rsh" in the source path of ssh
I restartet the sshd
And now I get a new error to the on above: /usr/bin/rsh: no such file or
directory.
What I am doing wrong?
Thanks in advance
Tim