SFTP doesn't work with rssh
Brought to you by:
xystrus
From: <kie...@ch...> - 2010-09-16 06:50:40
|
Hi there I was working around with rssh code, and after testing the per-user-settings, I realised that I can't do sftp with rssh, neither if iI set the permission bits per user nor if I just set global. So, my rssh.conf looks like that: ____________________________ # This is the default rssh config file # set the log facility. "LOG_USER" and "user" are equivalent. logfacility = LOG_USER # Leave these all commented out to make the default action for rssh to lock # users out completely... #allowscp allowsftp #allowcvs #allowrdist #allowrsync # set the default umask umask = 022 ____________________________ .... (and so on) My testuser is called globie. If I start the command ____________________________ ssh globie@SERVERWITHRSSH sftp ____________________________ then I get the folliwing message: ____________________________ This account is restricted by rssh. Allowed commands: sftp If you believe this is in error, please contact your system administrator. ____________________________ Now my question: Does anybody have the same issue? If yes, did you fix it? Kind regards Kielo S. |