[Bug 2674] [CONFIRMED] channel 4: open failed: administratively prohibited: open failed

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2674 jirib changed: What|Removed |Added Keywords||patch -- You are receiving this

[Bug 2674] New: [CONFIRMED] channel 4: open failed: administratively prohibited: open failed

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2674 Bug ID: 2674 Summary: [CONFIRMED] channel 4: open failed: administratively prohibited: open failed Product: Portable OpenSSH Version: 7.4p1 Hardware: Other

[Bug 2673] Multiple ssh keys for a given server

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2673 Darren Tucker changed: What|Removed |Added CC||dtuc...@zip.com.au

[Bug 2673] Multiple ssh keys for a given server

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2673 --- Comment #2 from Darren Tucker --- (In reply to George Shuklin from comment #0): > 1) server booting from golden image. Golden image has 'build-in' > host ssh key which is changed after system configuration management >

[Bug 2673] Multiple ssh keys for a given server

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2673 --- Comment #3 from George Shuklin --- (In reply to Darren Tucker from comment #1) > (In reply to George Shuklin from comment #0) > [...] > > 1) server booting from golden image. Golden image has 'build-in' > > host ssh

[Bug 2673] New: Multiple ssh keys for a given server

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2673 Bug ID: 2673 Summary: Multiple ssh keys for a given server Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity:

[Bug 2655] AuthorizedKeysCommand with large output can deadlock

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2655 Jim Knoble changed: What|Removed |Added CC||jmkno...@pobox.com ---

[Bug 2472] Add support to load additional certificates

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2472 --- Comment #8 from Thomas Jarosch --- I'll post an updated patchset again current git f25ee13b3e81fd80efeb871dc150fe49d7fc8afd. (this is openssh 7.4p1+) The code is also available here (for easier review access):

[Bug 2472] Add support to load additional certificates

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2472 Thomas Jarosch changed: What|Removed |Added Attachment #2933|0 |1

[Bug 2472] Add support to load additional certificates

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2472 --- Comment #7 from Thomas Jarosch --- Hi Damien, cooking this patchset a little further: (In reply to Damien Miller from comment #5) > Looking at the patch, I like the idea but I don't think we need to > modify

[Bug 2655] AuthorizedKeysCommand with large output can deadlock

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2655 --- Comment #7 from Damien Miller --- (In reply to Jim Knoble from comment #6) > Continuing to consume unneeded output seems like the wrong thing to > do here. Why? -- You are receiving this mail because: You are watching

[Bug 2655] AuthorizedKeysCommand with large output can deadlock

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2655 --- Comment #8 from Damien Miller --- BTW setting a SIGPIPE handler isn't possible as signal handlers are reset on exec -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are

[Bug 2673] Multiple ssh keys for a given server

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2673 --- Comment #4 from Darren Tucker --- (In reply to George Shuklin from comment #3) [...] > Yes, there is a risk, but it's less than 'use -R every time'. Adding > additional keys is not default configuration, so unexpected

[Bug 2655] AuthorizedKeysCommand with large output can deadlock

2017-01-30 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2655 --- Comment #9 from Jim Knoble --- (In reply to Damien Miller from comment #7) > (In reply to Jim Knoble from comment #6) > > > Continuing to consume unneeded output seems like the wrong thing to > > do here. > > Why? For