Displaying 20 results from an estimated 8000 matches similar to: "[Bug 3671] New: Improve PuTTY version detection"
2016 Nov 19
4
[Bug 2639] New: PuTTY interop tests broken
https://bugzilla.mindrot.org/show_bug.cgi?id=2639
            Bug ID: 2639
           Summary: PuTTY interop tests broken
           Product: Portable OpenSSH
           Version: 7.3p1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Regression tests
          Assignee: unassigned-bugs at mindrot.org
  
2024 Mar 24
12
[Bug 3673] New: -fzero-call-used-regs=used detection fails on Linux m68k with GCC 13
https://bugzilla.mindrot.org/show_bug.cgi?id=3673
            Bug ID: 3673
           Summary: -fzero-call-used-regs=used detection fails on Linux
                    m68k with GCC 13
           Product: Portable OpenSSH
           Version: 9.7p1
          Hardware: 68k
               URL: https://bugs.debian.org/1067243
                OS: Linux
            Status: NEW
          Severity: normal
2008 Jul 13
1
bunch of small fixes
hello hpa,
current chroot util stands out as broken and
found an old nfsmount commit on a stray testbox
in our institue.
thanks for taking a look!
maks
git pull git://git.debian.org/~maks/klibc.git maks
for the changes:
maximilian attems (4):
      [klibc] malloc fix compile with DEBUG_MALLOC
      [klibc] README: add klibc email
      [klibc] nfsmount: improve error message
      [klibc]
2024 Aug 30
1
Debian openssh option review: considering splitting out GSS-API key exchange
On Tue, Apr 02, 2024 at 01:30:11AM +0100, Colin Watson wrote:
>  * for Debian trixie (current testing):
> 
>    * add dependency-only packages called something like
>      openssh-client-gsskex and openssh-server-gsskex, depending on their
>      non-gsskex alternatives
>    * add NEWS.Debian entry saying that people need to install these
>      packages if they want to retain
2018 Apr 14
2
OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
This isn't an OpenSSH bug, but just in case anyone else is ambitious
enough to automatically run interoperability tests against other SSH
implementations, here's a heads-up:
  https://twistedmatrix.com/trac/ticket/9422
TL;DR: commit 7c856857607112a3dfe6414696bf4c7ab7fb0cb3 caused there to
be an SSH_MSG_DEBUG message sent where there wasn't one before, which
tripped over an
2018 Apr 15
3
OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
On Sun, Apr 15, 2018 at 06:38:37PM +1000, Damien Miller wrote:
> On Sat, 14 Apr 2018, Colin Watson wrote:
> > This isn't an OpenSSH bug, but just in case anyone else is ambitious
> > enough to automatically run interoperability tests against other SSH
> > implementations, here's a heads-up:
> > 
> >   https://twistedmatrix.com/trac/ticket/9422
> > 
2010 Jan 05
7
[Bug 1692] New: sshd sometimes dies when sent multiple SIGHUPs in quick succession
https://bugzilla.mindrot.org/show_bug.cgi?id=1692
           Summary: sshd sometimes dies when sent multiple SIGHUPs in
                    quick succession
           Product: Portable OpenSSH
           Version: 5.3p1
          Platform: Other
               URL: https://bugs.launchpad.net/ubuntu/+source/openssh/+bug
                    /497781
        OS/Version: Linux
            Status: NEW
2009 Oct 04
1
[PATCH] recognise ext4 without journal
ext4 no longer requires a journal. Compare:
  http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commitdiff;h=a90f5391dda78f7bc4a8196a78355584ace0adf5
Signed-off-by: Colin Watson <cjwatson at ubuntu.com>
---
 usr/kinit/fstype/fstype.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index 69e0e30..bf63b1b
2010 Jul 14
1
[PATCH] gfxboot: fix buffer overrun when loading kernel/initramfs
If the file size wasn't a multiple of 64KB, we could overwrite the next
entry in the malloc arena so reading the initramfs would fail.
Signed-off-by: Colin Watson <cjwatson at ubuntu.com>
---
 com32/gfxboot/gfxboot.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c
index dd4d641..0fbfadd 100644
---
2023 Dec 19
4
[Bug 3645] New: -fzero-call-used-regs=used detection seems to fail on Linux ppc64el
https://bugzilla.mindrot.org/show_bug.cgi?id=3645
            Bug ID: 3645
           Summary: -fzero-call-used-regs=used detection seems to fail on
                    Linux ppc64el
           Product: Portable OpenSSH
           Version: 9.6p1
          Hardware: PPC64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Build
2017 Jan 01
7
[Bug 2658] New: Make integrity tests more robust against timeouts
https://bugzilla.mindrot.org/show_bug.cgi?id=2658
            Bug ID: 2658
           Summary: Make integrity tests more robust against timeouts
           Product: Portable OpenSSH
           Version: 7.4p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Regression tests
          Assignee:
2004 Jul 09
3
Bug#252676: sshd failure
On Fri, Jun 04, 2004 at 01:20:54PM -0400, Joey Hess wrote:
> My colocated server was refusing both ssh and ssl telnet connections.
> It looked like this:
> 
> joey:~>ssh -v kite
> OpenSSH_3.8.1p1 Debian 1:3.8.1p1-4, OpenSSL 0.9.7d 17 Mar 2004
> debug1: Reading configuration data /home/joey/.ssh/config
> debug1: Applying options for kite
> debug1: Reading configuration
2013 Dec 12
10
[PATCH 0/4] Turn-key PV-GRUB2 installation
This patch set should make it easier to maintain PV-GRUB2 installations.
The general idea is based on discussions I had with Xen developers
(mainly Ian Jackson) at the Ubuntu Developer Summit in May 2011; though
I never did manage to get the core port done and Vladimir beat me to
that, I think the configuration approach we discussed there is still
valid and useful.
The idea here is that people
2020 Jan 11
3
Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
I do think it's a problem that, as far as I can see, the exact behaviour
of ssh command interpretation isn't explained anywhere in its man pages,
even though it seems like the only possibility if you understand the
protocol.  ssh(1) just says "If command is specified, it is executed on
the remote host instead of a login shell", but that doesn't provide any
hint about what
2020 Sep 20
2
Call for testing: OpenSSH 8.4
On Sun, Sep 20, 2020 at 09:34:50AM -0700, Kevin Brott wrote:
> On 9/19/20 11:02 PM, Damien Miller wrote:
> > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing
> > on as many platforms and systems as possible. This is a bugfix release.
> 
> Debian GNU/Linux 10 (buster)
> gcc version 8.3.0 (Debian 8.3.0-6)
> OpenSSL 1.1.1d? 10 Sep 2019
> 
>
2013 May 24
5
[Bug 2108] New: sftp progress meter updates too early
https://bugzilla.mindrot.org/show_bug.cgi?id=2108
            Bug ID: 2108
           Summary: sftp progress meter updates too early
           Product: Portable OpenSSH
           Version: 6.2p1
          Hardware: Other
               URL: http://bugs.debian.org/708372
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component:
2010 Jul 14
2
[PATCH] gfxboot: add include and menu include support
Ubuntu CDs use multiple configuration files and the include directive as
well as gfxboot, so it's useful for gfxboot to support these.
Signed-off-by: Colin Watson <cjwatson at ubuntu.com>
---
 com32/gfxboot/gfxboot.c |   65 +++++++++++++++++++++++++++++++----------------
 1 files changed, 43 insertions(+), 22 deletions(-)
diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c
2017 Jan 08
4
[Bug 2662] New: Does it still make sense to use DSA host keys by default?
https://bugzilla.mindrot.org/show_bug.cgi?id=2662
            Bug ID: 2662
           Summary: Does it still make sense to use DSA host keys by
                    default?
           Product: Portable OpenSSH
           Version: 7.4p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: sshd
       
2010 Mar 01
1
[Bug 1118] Annoying "Killed by signal 1" message with ProxyCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=1118
--- Comment #4 from Colin Watson <cjwatson at debian.org> 2010-03-02 02:50:08 EST ---
Created an attachment (id=1803)
 --> (https://bugzilla.mindrot.org/attachment.cgi?id=1803)
debug() and cleanup_exit() on signal rather than fatal()
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving
2024 Oct 06
1
Wrong version for ext-info-s in https://www.openssh.com/specs.html
Hi,
https://www.openssh.com/specs.html says that RFC8308 support was added
in OpenSSH 7.2, and it specifically calls out both ext-info-s and
ext-info-c: "Extension Negotiation in the Secure Shell (SSH) Protocol
(ext-info-s, ext-info-c)".
However, while ext-info-c was indeed added in 7.2 as part of
server-sig-algs support