Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
rsh-server: Servers for remote access commands (rsh, rlogin, rcp).
Name: | rsh-server |
Vendor: | Scientific Linux |
Version: | 0.17 |
License: | BSD |
Release: | 25.4 |
URL: | |
- Summary
- The rsh-server package contains a set of programs which allow users
to run commands on remote machines, login to other machines and copy
files between machines (rsh, rlogin and rcp). All three of these
commands use rhosts style authentication. This package contains the
servers needed for all of these services. It also contains a server
for rexec, an alternate method of executing remote commands.
All of these servers are run by inetd and configured using
/etc/inetd.conf and PAM. The rexecd server is disabled by default,
but the other servers are enabled.
The rsh-server package should be installed to enable remote access
from other machines.
Changelog
- * Fri Apr 14 19:00:00 2006 Karel Zak <kzak{%}redhat{*}com> 0.17-25.4
- fix #174045 - rcp outputs negative file size when over 2GB
- fix #174362 - pam_access.so does not work with rexec for IP/hostname restriction
- fix #188991 - line feeds when password needs changing with rlogin
- * Tue Feb 15 18:00:00 2005 Karel Zak <kzak{%}redhat{*}com> 0.17-25.3
- "-D" option turns off reverse DNS in rexecd (#147784)
- * Thu Feb 3 18:00:00 2005 Karel Zak <kzak{%}redhat{*}com> 0.17-25.2
- malicious rcp server can cause rcp to write to arbitrary files (like scp CAN-2004-0175) (#146977)
- removed BSD stuff "signal(SIGCHLD, SIG_IGN)". It's unsupported by POSIX/linux. (#146634)
- rexecd uses PAM session now (#146978)
- fixed errno usage in rcp (#146979)