Hi,

I have allowed scp in rssh.conf and the error message below shows that scp is allowed.

====================
scp [EMAIL PROTECTED]:a.txt .

[EMAIL PROTECTED]'s password:

This account is restricted by rssh.
Allowed commands: scp sftp

If you believe this is in error, please contact your system administrator.
====================

/Kevin


Neil Muller wrote:

The rssh.conf file has configuration entries which specifically enable/disable specific protocols that run on top of ssh (sftp, rsync, scp). The following is from the default rssh.conf that comes with the tarball:

# Leave these all commented out to make the default action for rssh to lock
# users out completely...

#allowscp
#allowsftp
#allowcvs
#allowrdist
#allowrsync

To use scp you must specifically uncomment the allowscp entry.

Neil



On 02/06/2007, at 8:43 AM, Kevin McNamee wrote:

Hi! I have the following strange problem: ==================== > scp [EMAIL PROTECTED]:a.txt . [EMAIL PROTECTED]'s password: This account is restricted by rssh. Allowed commands: scp sftp If you believe this is in error, please contact your system administrator. ==================== Any ideas? Much appreciated, Kevin ---------------------------------------------------------------------- ---
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ _______________________________________________
rssh-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rssh-discuss




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
rssh-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rssh-discuss

Reply via email to