django-orchestra/scripts/services/rssh.md

411 B

Restricted Shell for SCP and Rsync

  1. apt-get install rssh

  2. Enable desired programs

    sed -i "s/^#allowscp/allowscp/" /etc/rssh.conf
    sed -i "s/^#allowrsync/allowrsync/" /etc/rssh.conf
    sed -i "s/^#allowsftp/allowsftp/" /etc/rssh.conf
    
  3. Enable the shell

    ln -s /usr/bin/rssh /bin/rssh
    echo /bin/rssh >> /etc/shells