MPRL is a middleware application between a *getty program and SSH, telnet, and other such remote-login protocols. It allows a user at a Linux terminal to log into other systems without needing a valid local user-id. It currently supports telnet, ssh, and /bin/login.
| Tags | Internet Networking Utilities Communications |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux Unix |
| Implementation | C |
Recent releases


No changes have been submitted for this release.


Changes: This version fixes a bug, and also now performs a cp, chown, and chmod for mprl.conf to /etc.


Changes: This is a fixed version of 0.2.0. One bug which caused MPRL to segfault was fixed.


Changes: This version introduces the ability to configure protocols via a configuration file. It will check /etc/mprl.conf after "make install". If no protocol is defined, it will only allow local logins.


Changes: This release adds a "-q" command line parameter to quieten output, and enables the telnet protocol. It now uses the "-l" telnet parameter, and unlinks ~mprl/.ssh/known_hosts before running ssh. It also improves the Makefile.