[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs in SSH module
From: |
Peter Maydell |
Subject: |
Re: Bugs in SSH module |
Date: |
Fri, 22 Jan 2021 10:23:24 +0000 |
On Fri, 22 Jan 2021 at 03:49, Sawyer Liu <sawyer.liu@nxp.com> wrote:
> I found same question, see
> https://bugs.launchpad.net/qemu/+bug/1838763. The status is “Won’t Fix”. Do
> you have any result?
The only feature that compiling QEMU with libssh adds is
support for a 'ssh' block backend. That means you can pass
'-drive file=ssh://host/path/to/file' to get QEMU to open a
disk image on a remote machine.
If you don't need to use that feature, you can pass
QEMU configure "--disable-libssh". QEMU will then just
not try to use the Ubuntu libssh.
There seems to be some confusion in this thread about
whether the problem is libssh or libssl. These are two
different libraries. The bug report you give the URL
for is for libssh.
thanks
-- PMM
- Bugs in SSH module, Sawyer Liu, 2021/01/21
- Re: Bugs in SSH module,
Peter Maydell <=
- RE: [EXT] Re: Bugs in SSH module, Sawyer Liu, 2021/01/24
- Re: [EXT] Re: Bugs in SSH module, Nerijus Baliunas, 2021/01/25
- RE: [EXT] Re: Bugs in SSH module, Sawyer Liu, 2021/01/25
- Re: [EXT] Re: Bugs in SSH module, Berto Furth, 2021/01/25
- RE: [EXT] Re: Bugs in SSH module, Sawyer Liu, 2021/01/26
- Re: [EXT] Re: Bugs in SSH module, Berto Furth, 2021/01/26
- RE: [EXT] Re: Bugs in SSH module, Sawyer Liu, 2021/01/26
- Re: [EXT] Re: Bugs in SSH module, Berto Furth, 2021/01/27
- Re: [EXT] Re: Bugs in SSH module, Peter Maydell, 2021/01/28