Mehr Sicherheit durch rsh
Will man System Benutzern unter Linux nur die Möglichkeit geben sich via SCP einzuloggen, kann man dem User einfach als Shell die rsh
geben und ihm so nur den Zugriff via SCP/SFTP erlauben.
useradd -m -G rsshusers -s /usr/bin/rssh Benutzer1
passwd Benutzer1
/etc/rssh.conf
# Leave these all commented out to make the default action for rssh to lock # users out completely... allowscp allowsftp #allowcvs #allowrdist #allowrsync