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 see
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 Da
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
-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
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, 2003
> -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!
[--]
> However, I have s
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
-Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> De la part de Corinna Vinschen
> Envoyé : lundi, 3. novembre 2003 17:22
> À : [EMAIL PROTECTED]
> Objet : Take 2: Testers for new ssh-*-config scripts wanted!
>
> Hi,
>
> I'd like t
Hi,
I'd like to ask for more testing of the new ssh-host-config and
ssh-user-config scripts.
The new thing here is, that the ssh-host-config script now tries to
figure out if the machine is a 2003 Server or newer system. If so,
the script asks, if it should create a new account "sshd_server"
to
On Mon, Nov 03, 2003 at 09:38:16AM +0100, Philippe Torche wrote:
> Sorry but,
>
> The doc of bash explains this behavior (help read). You can experiment the
> same think on Redhat per exemple. And don't forget to use "echo $_cygwin |
> od -t x1" to show what is stored in the variable.
I did, of c
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> De la part de Corinna Vinschen
> Envoyé : vendredi, 31. octobre 2003 18:24
> À : [EMAIL PROTECTED]
> Objet : Re: Testers for new ssh-*-config scripts wanted!
>
> On Fri, Oct 31, 2003 at 05:07:18PM +0100, Philippe Torche wr
On Fri, Oct 31, 2003 at 05:07:18PM +0100, Philippe Torche wrote:
> Nope,
>
> read from bash don't reconize control caracters without -e parameter:
> $ read _cygwin
> Ntser[Backspace]c
> $ echo $_cygwin | od -t x1
> 000 6e 74 73 65 72 08 63 0a
> 010
>
> BUT OK with "-e"
>
> $ read -e _cyg
5 63 0a
006
Thanks, Philippe.
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> De la part de Corinna Vinschen
> Envoyé : vendredi, 31. octobre 2003 12:08
> À : [EMAIL PROTECTED]
> Objet : RE: Testers for new ssh-*-config scripts wanted!
&
On Fri, Oct 31, 2003 at 09:55:04AM +0100, Philippe Torche wrote:
> Script ssh-host-config works for me, but when I've entered the CYGWIN env
> var, I've do a error and type "ntser", then backspace and then the correct
> "c" caracters.
> Thus CYGWIN key in the registry has now "ntser\x08c" instead o
aused by the read command!
Thanks.
PS Wait for a "Windows 2003 Server" version
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> De la part de Corinna Vinschen
> Envoyé : jeudi, 30. octobre 2003 18:11
> À : [EMAIL PROTECTED]
>
Sent: Thursday, October 30, 2003 5:35 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Testers for new ssh-*-config scripts wanted!
>
>
> On Thu, 30 Oct 2003, Harig, Mark wrote:
>
> > I have OpenSSH 3.7.1p2-1 installed, but I
> > do not have the 'ssh_config'
On Thu, 30 Oct 2003, Harig, Mark wrote:
> I have OpenSSH 3.7.1p2-1 installed, but I
> do not have the 'ssh_config' or 'sshd_config'
> template files that the 'ssh-host-config' script
> expects. Am I missing a step here that I should
> have taken to generate these files?
>
Yes, see:
> Corinna Vin
PM
> To: [EMAIL PROTECTED]
> Subject: Testers for new ssh-*-config scripts wanted!
>
>
> Hi,
>
> is anybody here willing to give my new ssh-host-config and
> ssh-user-config
> shell scripts a thorough test? I tested them by myself but I
> have this
> nagging f
; -Original Message-
> From: Corinna Vinschen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 30, 2003 12:11 PM
> To: [EMAIL PROTECTED]
> Subject: Testers for new ssh-*-config scripts wanted!
>
>
> Hi,
>
> is anybody here willing to give my new ssh-ho
Hi,
is anybody here willing to give my new ssh-host-config and ssh-user-config
shell scripts a thorough test? I tested them by myself but I have this
nagging feeling I missed something important.
The important changes:
- On NT, try to set permissions on files and directories to a useful value.
20 matches
Mail list logo