No description
| README.md | ||
| rlogind.socket | ||
| rlogind@.service | ||
| rshd.socket | ||
| rshd@.service | ||
Systemd Units for RSH and RLOGIN
No security is provided!
Depending on your needs you should think about ProtectSystem
and similar Systemd directives for the service units.
Even worse: if you really need to allow root logins, check
the PAM config in /etc/pam.d/rlogin and disable the securetty
module. But we strongly advise you not to do it!
Install
- Install the necessary legacy rlogin/rsh server package.
- Copy the unit files to
/etc/systemd/system/ - Enable (and start) the units
systemctl enable --now rshd.socket rlogind.socket