[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

rssh, nothing happens



Hi,
I got rssh 2.2.3 (Debian packaged)
I creatd a test user.

	$ grep test /etc/passwd
	test:x:1001:1001:,,,:/home/test:/usr/bin/rssh

This is how I configured rssh:

	$ cat /etc/rssh.conf
	logfacility = LOG_USER
	allowscp
	allowsftp
	#allowcvs
	#allowrdist
	#allowrsync
	umask = 022
	user=test:022:00011:/home/test 

The problem (192.168.1.2 is the bos rssh is installed on):
When uploading, connection is lost.

	$ scp file_to_upload.txt test@192.168.1.2:/home/test/
	Password:
	lost connection
	$

(the same happens is I change "/home/test/" with "/")
When downloading:
Nothing happens.
	$ scp test@192.168.1.2:/home/test/file_to_download.txt .
	Password:
	$

(the same happens is I change "/home/test/" with "/")
If I provide voluntarily a wrong password, I am just re-prompted to
enter it.

I am sure to have missed something, but dont know what...
Would you help me?

-- 
Administration & Formation à l'administration
de serveurs dédiés:
http://www.google.fr/search?q=aspo+infogerance+serveur



Reply to: