Re: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-04 Thread Mader, Alexander
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, I proceeded as described and sshd works according to /etc/passwd and ntsec after starting manually in the environment listed below. Regards, Alexander. 8 8 $ cygcheck -sr Cygwin Win95/NT

Re: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-04 Thread Corinna Vinschen
On Mon, Nov 03, 2003 at 09:34:04PM -0500, Alan Dobkin wrote: I use Dave Roth's perl module for more complex user flag settings, but the hands down easiest way to do this is with the NET command: NET USER username /EXPIRES:NEVER Unfortunately that's not right. I thought the same and used

Re: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-04 Thread Corinna Vinschen
On Mon, Nov 03, 2003 at 04:05:43PM -0600, DePriest, Jason R. wrote: User Accounts have a USER_FLAGS attribute that can be any combination of a couple of values. One of these can be UF_DONT_EXPIRE_PASSWORD. If it is present, the password never expires. I typically manipulate it using Dave

Re: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-04 Thread Corinna Vinschen
On Mon, Nov 03, 2003 at 10:40:43PM +0100, Corinna Vinschen wrote: I'm running a 2003 Server as standalone (non-domain) server. In that setting, password complexity is disabled by default, so I missed that one, too. Thanks for the heads up. I changed the password to SSHD_server, which seem

RE: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread Philippe Torche
Hi, 1. Line 488 (you will hate me !?) : read _cygwin --- read -e _cygwin 2. If password complexity is enabled (yes per default) use a more complex password : length of 7 min (max 14 to avoid some warning about W2K), lower case and upper case letters. Good work, Philippe. -Message

Re: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread Corinna Vinschen
On Mon, Nov 03, 2003 at 06:51:04PM +0100, Philippe Torche wrote: Hi, 1. Line 488 (you will hate me !?) : read _cygwin --- read -e _cygwin Uh, yes, I missed that one. 2. If password complexity is enabled (yes per default) use a more complex password : length of 7 min (max 14 to avoid some

RE: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread DePriest, Jason R.
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen Sent: Monday, November 03, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: Re: Take 2: Testers for new ssh-*-config scripts wanted! [-snip-] However, I have still a problem. Does anybody

RE: Take 2: Testers for new ssh-*-config scripts wanted!

2003-11-03 Thread Alan Dobkin
I use Dave Roth's perl module for more complex user flag settings, but the hands down easiest way to do this is with the NET command: NET USER username /EXPIRES:NEVER This command is built-in on all Windows NT/2K/XP systems. For more details see NET HELP USER. Alan --On Monday, November 03,