Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread David Dombrowsky
blem still exists. -- David Dombrowsky | Chief Software Engineer 6th Street Radio LLC | 6thstreetradio.org | 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-94334415 VHVlIE1hciAgOSAwMjoxMzowMiBFU1QgMjAyMQo= signature.asc Description: OpenPGP digital signature -- Problem reports: h

more notes pinentry

2020-08-05 Thread David Dombrowsky
it commit and I'm the only user of this machine, it's a reasonable risk to take to allow me to conveniently sign my commits. The fork is here, in case anyone cares: https://github.com/ddombrowsky/pinentry/commits/secretfile If anyone has any opinions as to the real root cause, I'd b

Re: [ANNOUNCEMENT] Updated: mintty 3.1.6

2020-05-26 Thread David Dombrowsky via Cygwin
https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org Cell: 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-943344

Re: pinentry-tty, gpg-agent, and no way to enter password

2019-04-17 Thread David Dombrowsky
On 4/16/19 12:29 PM, David Dombrowsky wrote: > From there I was able to cobble together a solution using a locally > patched version of pinentry-curses. Somewhere along the line, that > stopped working. I put debug prints in pinentry-tty, and it is opening the correct tty. However, ru

pinentry-tty, gpg-agent, and no way to enter password

2019-04-16 Thread David Dombrowsky
ak failure, exiting gpg-agent[2261]: failed to unprotect the secret key: Operation cancelled pinentry-w32 works, but it pops up a GUI window and thus requires an RDP session. Does anyone have a working solution that doesn't require access to the windows console? -- David Dombrowsky, Softw

Re: sshd: fatal: seteuid XXX : No such device or address

2019-03-14 Thread David Dombrowsky
bout all the standard unix programs that use those files to determine UID and all that? Since when can we blow away /etc/passwd and /etc/group on a cygwin install? -- David Dombrowsky, Software Engineer da...@6thstreetradio.org | 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-94334415 s

Re: sshd error "seteuid: No such device or address"

2019-03-12 Thread David Dombrowsky
On 3/12/19 8:54 PM, Bill Stewart wrote: > On Tue, Mar 12, 2019 at 6:19 PM David Dombrowsky wrote: > >> For me, this is acceptable risk since this is a single user machine and >> the administrators of the domain already know my domain password :) > > I hope you really me

Re: sshd error "seteuid: No such device or address"

2019-03-12 Thread David Dombrowsky
rrectly, using the SYSTEM account will deny access to user-level shares. Using the cyg_server account (or another service account) will allow access, but requires a password stored in the registry. For me, this is acceptable risk since this is a single user machine and the administrators of the

sshd error "seteuid: No such device or address"

2019-03-12 Thread David Dombrowsky
blic key auth as I could a few hours ago. Was that the correct solution? Is that expected? This windows box is on a domain, so that might have something to do with it. -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org Cell: 518-374-3204 https://www.linkedin.com/in/

Re: pinentry-curses not available?

2019-01-22 Thread David Dombrowsky
On 11/5/18 11:06 AM, David Dombrowsky wrote:> On Sat, Nov 3, 2018 at 2:23 PM Marco Atzeri wrote: >>> In any case, I got pinentry-1.1.0 to compile against a cygwin-supplied >>> version of ncurses, and it mostly works (you still need to tell it to >>> not detach fr

Re: Cygwin Statistics and curiosity

2019-01-12 Thread David Dombrowsky
On 1/11/19 11:15 AM, Lemke, Michael ST/HZA-ZIC2 wrote: > On Friday, January 11, 2019 3:50 PM David Dombrowsky wrote: >> On 1/11/19 8:40 AM, E. Madison Bray wrote: >>> I have often wondered why apt-cyg [1] hasn't been adopted fully by >>> Cygwin as one of the defaul

Re: Cygwin Statistics and curiosity

2019-01-11 Thread David Dombrowsky
mally maintained as part of the cygwin ecosystem. > Maybe it should be. YES PLEASE! Cygwin is awesome and this would put it firmly into the first class of required windows programs/systems. -- David Dombrowsky, Software Engineer da...@6thstreetradio.org | 518-374-3204 https://www.linkedin.co

Re: mintty slow refresh rate over RDP

2018-11-27 Thread David Dombrowsky
not sure why the console is so graphically intensive. > More recent RDP sessions should fix this. They do not send GDI calls > and instead capture the screen at intervals and compress it. This is true. Unfortunately, none of them have made it into distros yet. A local build of xfree

Re: mintty slow refresh rate over RDP

2018-11-26 Thread David Dombrowsky
On 11/26/18 1:25 PM, Stefan Baur wrote: > Am 26.11.18 um 19:16 schrieb David Dombrowsky: >> Anyone know which part is messing up here? This doesn't happen playing >> videos or other graphically intensive programs. Only the cygwin >> terminal. Anyone have any id

mintty slow refresh rate over RDP

2018-11-26 Thread David Dombrowsky
? This doesn't happen playing videos or other graphically intensive programs. Only the cygwin terminal. Anyone have any ideas? -- David Dombrowsky, Software Engineer da...@6thstreetradio.org | 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-94334415 -- Problem reports:

Re: pinentry-curses not available?

2018-11-05 Thread David Dombrowsky
eyond the 20 minutes of work I put into it. If not, then my somewhat hack-ish solution is a sufficient workaround. This is with cygwin 64-bit, setup 2.893 CYGWIN_NT-6.1 BL-ENG-P01 2.11.1(0.329/5/3) 2018-09-05 10:24 x86_64 Cygwin -- David Dombrowsky, Senior Software Engineer email: da...@6thstr

Re: pinentry-curses not available?

2018-11-02 Thread David Dombrowsky
es out. Obviously not the end of the world, but having a console one is much nicer, because it works over an ssh connection. On Fri, Nov 2, 2018 at 4:21 PM cyg Simple wrote: > > On 11/2/2018 3:47 PM, David Dombrowsky wrote: > > I don't see a way to download `pinentry-curses` or `pinentr

pinentry-curses not available?

2018-11-02 Thread David Dombrowsky
(you still need to tell it to not detach from the tty, not sure what's up with that). This is very useful when signing git commits, and removing the need for a graphical console just to input my gpg passphrase. -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org Cel

Re: git alias for "status" not working

2017-05-15 Thread David Dombrowsky
FYI: after the latest cygwin update to git v 2.12.3, this is no longer a problem. Setting an alias like "st = status -uno" works as expected. Many thanks to the maintainer. On Mon, May 15, 2017 at 8:54 AM, David Dombrowsky <6thstreetra...@gmail.com> wrote: > FYI: after the l

Re: git alias for "status" not working

2017-03-27 Thread David Dombrowsky
they are unix line endings. I normally use a symlink for ~/.gitconfig, and I also tried with with and without the symlink. Same result. -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org https://www.linkedin.com/in/david-dombrowsky-94334415 http://6thstreetradio.org/ --

git alias for "status" not working

2017-03-27 Thread David Dombrowsky
branch is ahead of 'origin/3.3-dev-davidd' by 2 commits. [... etc ...] Any ideas? This is for git version 2.8.3 on CYGWIN_NT-10.0 [...] 2.7.0(0.306/5/3) 2017-02-12 13:18 x86_64 Cygwin -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org Cell: 518-374-3204 ht