On Sat, Dec 01, 2007 at 11:58:12AM -0900, Ken Irving wrote: > On Sat, Dec 01, 2007 at 09:49:55AM -0500, phillinux wrote: > > I set-up a plain vanilla, samba (intranet) server for a computer lab in my > > school. I've done this before with SuSE and have switched to Debian Net > > install. > > > > I have the kids SSH into their accounts to change their samba passwords but > > the connection is now being refused by the server. there is no problem > > accessing home folders. I checked the /etc/services file and port 22 seems > > to be open (not commented out). What should I check next? > > On some debian versions, not sure which, the default sshd needs an entry > for each user in /etc/ssh/sshd_config in the AllowUsers setting. >
Or create a group called 'ssh' and use AllowGroups. Put the authorized users in the ssh group. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

