Subject: CVS commit: src/tests/fs/puffs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 12/29/2007 23:07:17
Module Name:	src
Committed By:	jmmv
Date:		Sat Dec 29 23:07:17 UTC 2007

Modified Files:
	src/tests/fs/puffs: sshd_config.in t_psshfs.sh

Log Message:
Copy the host key into the work directory and tell the server to use this
instead of the source file, because we need to set strict permissions on it.
Otherwise sshd refuses to start.

Note that we cannot set the permissions of the installed ssh_config_key file
to 400 because unprivileged users could then be unable to run the tests.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/tests/fs/puffs/sshd_config.in \
    src/tests/fs/puffs/t_psshfs.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.