Displaying 10 results from an estimated 10 matches for "ewheel".
Did you mean:
wheel
2010 Apr 19
3
[Bug 1759] New: allow display of bubblebabble fingerprint when connecting
https://bugzilla.mindrot.org/show_bug.cgi?id=1759
Summary: allow display of bubblebabble fingerprint when
connecting
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://bugs.debian.org/578422
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
2020 May 28
2
Re: Provide NBD via Browser over Websockets
On Mon, 15 Oct 2018, Nir Soffer wrote:
> On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> Hello all,
>
> It might be neat to attach ISOs to KVM guests via websockets. Basically
> the browser would be the NBD "server" and an NBD client would run on the
> hypervisor, then use `virsh change-media vm1 hdc --insert /dev/n...
2002 May 09
4
Feature request: Discussion.
I was wondering if anyone would find the syntax:
ssh://someuser at host#port or even as simple as ssh://somehost#port
useful?
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: austin at coremetrics.com
"One ought never to turn one's back on a threatened danger and
try to run away from it. If you do that, you will double the danger.
But if you meet
2006 Nov 01
0
No subject
...> The issue has been discussed on this list. I quote:
>
> > From: Nalin Dahyabhai <nalin at redhat.com>
> > Subject: Re: zlib compression, the exploit, and OpenSSH
> > Date: Wed, 13 Mar 2002 16:23:59 -0500
> >
> > On Wed, Mar 13, 2002 at 12:07:34PM -0800, ewheeler at kaico.com wrote:
> > > 3. Does OpenSSH statically link (or can it/does it by default) to the
> > > zlib library -- will updating the zlib library to 1.1.4 take care of the
> > > situation?
> >
> > I can't speak to the rest of your questions, but beca...
2002 Mar 13
3
zlib compression, the exploit, and OpenSSH
Attached is a zlib advisory and a debug dump of ssh with compression
enabled. Most of the debug is superflous, so I have underlined the two
points to look at. When creating an ssh connection, compression on the
line is done *before* authentication -- This means an unauthorized
attacker could, conceivable, leverage root access by connecting with to
the ssh server requesting zlib compression and
2020 May 28
0
Re: Provide NBD via Browser over Websockets
On Thu, May 28, 2020 at 12:24:22AM +0000, Eric Wheeler wrote:
> On Mon, 15 Oct 2018, Nir Soffer wrote:
> > On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> > Hello all,
> >
> > It might be neat to attach ISOs to KVM guests via websockets. Basically
> > the browser would be the NBD "server" and an NBD client would run on the
> > hypervisor, then use `virsh change-medi...
2020 May 28
3
Re: Provide NBD via Browser over Websockets
On Thu, 28 May 2020, Richard W.M. Jones wrote:
> On Thu, May 28, 2020 at 12:24:22AM +0000, Eric Wheeler wrote:
> > On Mon, 15 Oct 2018, Nir Soffer wrote:
> > > On Sat, Oct 13, 2018 at 9:45 PM Eric Wheeler <nbd@lists.ewheeler.net> wrote:
> > > Hello all,
> > >
> > > It might be neat to attach ISOs to KVM guests via websockets. Basically
> > > the browser would be the NBD "server" and an NBD client would run on the
> > > hypervisor,...
2018 Apr 09
1
Account lockouts caused by SAMBA + WinBind do not report "Caller Computer Name" in security audit
Hello all,
We are troubleshooting an issue that when SAMBA is joined to a Windows
domain controller as a member server that has password failure lockouts
configured, the Windows security auditing does not show the "Caller
Computer Name" in the event ID generated (4740).
We are using Samba 4.6.2 from CentOS 7. We posted a Bugzilla at Red Hat
here:
2023 Aug 16
1
Does libvirt support intra-host KVM migration?
Hello all, I'm reposting this to the libvirt-users list:
I looked around for documentation on intra-host KVM migration but haven't
found much. For example, this could be useful to "migrate" VM to run on
an upgraded version of `qemu-kvm` without migrating to a different host
and migrating back.
We tested migrating a VM to the same host on an old version of libvirt
(el7), and
2020 May 29
2
Re: Provide NBD via Browser over Websockets
On Fri, 29 May 2020, Richard W.M. Jones wrote:
> On Fri, May 29, 2020 at 08:58:06AM -0500, Eric Blake wrote:
> > On 5/29/20 8:50 AM, Daniel P. Berrangé wrote:
> >
> > >>>(2) You need to persuade qemu's NBD client to read from a WebSocket.
> > >>>I didn't really know anything about WebSockets until today but it
> > >>>seems as if