mrsh MUNGE enabled rsh and rlogin About mrsh Mrsh is a set of remote shell programs that use munge authenticationrather than reserved ports for security. The code for mrsh is basedon the source code for rsh, rshd, rlogin, rlogind, and rcp. -- CHAOS Development Team mrsh Installation Overview Requirements MUNGE security realmĀ  set up Wireguard set up build tools and development libraries source code Install and Configure Compile Set up the server in place Configure the pam profile Symlink the client Requirements sudo true sudo apt-get install -y git build-essential libmunge-dev libpam0g-dev libncurses5-dev # get the code cd /opt || read -p continue? git clone https://github.com/chaos/mrsh.git # compile cd /opt/mrsh || read -p continue? ./configure make Set up the server We require the mlogin service to be registered and propose port 35805. sudo true getent services mlogin; [ $? == 2 ] && { sudo tee -a /etc/services < run <&1 exec tcpsvd -v $WGIP mlogin /opt/mrsh/mrlogind/in.mrlogind EOF chmod +x run mkdir $SVDIR/log && cd log cat > run <