No description
Find a file
2021-10-26 16:42:31 +02:00
README.md Add hint about PAM 2021-10-26 16:41:10 +02:00
rlogind.socket Fix doc "link" for rlogind.socket 2021-10-26 16:42:31 +02:00
rlogind@.service Initial commit 2021-10-26 13:32:33 +02:00
rshd.socket Initial commit 2021-10-26 13:32:33 +02:00
rshd@.service Initial commit 2021-10-26 13:32:33 +02:00

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

  1. Install the necessary legacy rlogin/rsh server package.
  2. Copy the unit files to /etc/systemd/system/
  3. Enable (and start) the units
    systemctl enable --now rshd.socket rlogind.socket