How do you do Cygwin without rlogin or rsh password for Solaris 5.7
2 answers
While you have found the answer to your question with rlogin / rsh, my recommendation is to stop using these unsafe programs. Both are known to have buffer overflow exploits and they both send passwords in clear text.
There is currently no excuse for not using SSH these days. Tell who owns / operates the system to enable it. It's really in their best interest. It is installed by default for most flavors of Unix and is available as a package to most vendors.
Anyone using a Unix / Linux system and not using SSH is simply irresponsible.
0
source to share