I am trying to use the legacy rcp command and I get the following behaviour:
My understanding is that since the r commands were removed from the base system they are now under /usr/local/bin but the rsh command still expect rlogin to be in /usr/bin ?
If so, how do I report this issue to the maintainer -if any-?
Thanks,
Code:
username@hostA:~ $ rcp myfile.tar username@hostB:/home/username/myfile.tar
rshd: Login incorrect.
username@hostA:~ $ rsh hostB -l username
rsh: can't exec /usr/bin/rlogin: No such file or directory
username@hostA:~ $ which rlogin
/usr/local/bin/rlogin
My understanding is that since the r commands were removed from the base system they are now under /usr/local/bin but the rsh command still expect rlogin to be in /usr/bin ?
If so, how do I report this issue to the maintainer -if any-?
Thanks,