Re: ssh-pageant

2020-04-23 Thread Chris Rodgers
Dear Andrew, Thanks for the detailed reply. Interesting! It's not that simple. You can't blindly restart agent every time you wish without notifying other programs, `--reuse` is a very bad idea and there's no easy way to set/change an environment variable globally for an entire user session.

Re: ssh-pageant

2020-04-23 Thread Chris Rodgers
So.. one more thing to consider. I just had a look in the cygwin package search for packages shipping files in /etc/profile.d/ It turns out that one example already shipping in Cygwin is http://www.cygwin.com/packages/x86_64/gnome-ssh-askpass/gnome-ssh-askpass-7.4-1 gnome-ssh-askpass: GTK

Re: ssh-pageant

2020-04-23 Thread Chris Rodgers
On 23/04/2020 17:40, Chris Rodgers wrote: Thomas Wolff wrote: >/Would it be acceptable to update the ssh-pageant package to add a file />//etc/profile.d/ssh-pageant.sh that does this automatically? /Does what? Add something to other users' profiles? P.S. I realise I may have b

Re: ssh-pageant

2020-04-23 Thread Chris Rodgers
Thomas Wolff wrote: >/Would it be acceptable to update the ssh-pageant package to add a file />//etc/profile.d/ssh-pageant.sh that does this automatically? /Does what? Add something to other users' profiles? Sounds like MS-style patronizing of user preferences. Certainly not appreciated by mos

ssh-pageant

2020-04-23 Thread Chris Rodgers
Hi, I find the ssh-pageant package helpful to enable cygwin ssh to interact seamlessly with PuTTY's Pageant SSH agent. One small issue is that after installing, one has to add the lines: |# ssh-pageant eval $(/usr/bin/ssh-pageant -r -a "/tmp/.ssh-pageant-$USERNAME")| (see https://github.com/

[ANNOUNCEMENT] New package: editrights-1.01-1

2003-09-26 Thread Chris Rodgers
t rather than emailing me directly. This includes ideas and comments about the setup utility or Cygwin in general. If you want to make a point or ask a question, the Cygwin mailing list is the appropriate place. Chris Rodgers *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to un

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-23 Thread Chris Rodgers
cygwin-apps (like for > > cygrunsrv), controlled by Chris (Rodgers), so that people can submit > > patches against CVS if need be? Unless Chris plans to release it totally > > separate from Cygwin... > > Setting up a CVS repository would be simple. I am happy to store th

Re: ntsec: changing the everyone user

2003-09-22 Thread Chris Rodgers
> On Mon, Sep 15, 2003 at 05:35:20PM +0100, Chris Rodgers wrote: > > OK. Here is an example of the way permissions leak out to "Everyone". I > > create a new file, with no permissions granted to "other". Cygwin shows this > > to have worked OK. Yet in

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-22 Thread Chris Rodgers
> Cool! How you can contribute it depends on the licensing and how much > work you are willing to invest. Do you want to put it under some GPL or > BSD license? Or do you want to keep everything together as it is? > Then create a package as described under http://cygwin.com/setup.html ... > Even

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-17 Thread Chris Rodgers
? It would be sufficient if that tool could > manipulate the above user privileges of an already existing user account. > > Anybody? Me. I have knocked up a small tool to add/remove/list user rights from the command line. How do I go about contributing this? The current (unpolished) version is a

Re: ntsec: changing the everyone user

2003-09-15 Thread Chris Rodgers
OK. Here is an example of the way permissions leak out to "Everyone". I create a new file, with no permissions granted to "other". Cygwin shows this to have worked OK. Yet in actual fact there is an ACL there giving Everyone some access rights. I usually choose not to have "Everyone" authorised to

ntsec: changing the everyone user

2003-09-15 Thread Chris Rodgers
to be world readable or even world read-writable. Currently, this translates to giving the "Everyone" user read or even read-write access within C:\cygwin. Is there a way to map the unix "other" permissions onto a different Windows 2000 user/group in order to close up this sec