All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding SSH access to runqemu script
@ 2023-04-12 17:31 Edgar Mobile
  2023-04-12 17:45 ` [yocto] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: Edgar Mobile @ 2023-04-12 17:31 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

Greetings,

I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script:

-device virtio-net-device,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22

Is it possible to add this to the runqemu script via local.conf or so?

Regards

[-- Attachment #2: Type: text/html, Size: 2753 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] Adding SSH access to runqemu script
  2023-04-12 17:31 Adding SSH access to runqemu script Edgar Mobile
@ 2023-04-12 17:45 ` Alexander Kanavin
  2023-04-12 18:10   ` Edgar Mobile
  2023-04-13 19:39   ` Edgar Mobile
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Kanavin @ 2023-04-12 17:45 UTC (permalink / raw)
  To: Edgar Mobile; +Cc: yocto

You can probably just add 'slirp' parameter to runqemu?

Alex


On Wed, 12 Apr 2023 at 19:31, Edgar Mobile <heideggm@hotmail.com> wrote:
>
> Greetings,
>
> I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script:
>
> -device virtio-net-device,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22
>
> Is it possible to add this to the runqemu script via local.conf or so?
>
> Regards
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59695): https://lists.yoctoproject.org/g/yocto/message/59695
> Mute This Topic: https://lists.yoctoproject.org/mt/98224416/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] Adding SSH access to runqemu script
  2023-04-12 17:45 ` [yocto] " Alexander Kanavin
@ 2023-04-12 18:10   ` Edgar Mobile
  2023-04-13 19:39   ` Edgar Mobile
  1 sibling, 0 replies; 4+ messages in thread
From: Edgar Mobile @ 2023-04-12 18:10 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1379 bytes --]

runqemu slirp

was indeed enough to access via

ssh -p 2222 root@localhost StrictHostKeyChecking=No

Thanks!
________________________________
From: Alexander Kanavin <alex.kanavin@gmail.com>
Sent: Wednesday, April 12, 2023 5:45 PM
To: Edgar Mobile <heideggm@hotmail.com>
Cc: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Adding SSH access to runqemu script

You can probably just add 'slirp' parameter to runqemu?

Alex


On Wed, 12 Apr 2023 at 19:31, Edgar Mobile <heideggm@hotmail.com> wrote:
>
> Greetings,
>
> I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script:
>
> -device virtio-net-device,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22
>
> Is it possible to add this to the runqemu script via local.conf or so?
>
> Regards
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59695): https://lists.yoctoproject.org/g/yocto/message/59695
> Mute This Topic: https://lists.yoctoproject.org/mt/98224416/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

[-- Attachment #2: Type: text/html, Size: 3520 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [yocto] Adding SSH access to runqemu script
  2023-04-12 17:45 ` [yocto] " Alexander Kanavin
  2023-04-12 18:10   ` Edgar Mobile
@ 2023-04-13 19:39   ` Edgar Mobile
  1 sibling, 0 replies; 4+ messages in thread
From: Edgar Mobile @ 2023-04-13 19:39 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]

Btw does Poky have a central switch for venus Vulkan driver? I feel like making another attempt.
________________________________
From: Alexander Kanavin <alex.kanavin@gmail.com>
Sent: Wednesday, April 12, 2023 5:45 PM
To: Edgar Mobile <heideggm@hotmail.com>
Cc: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Adding SSH access to runqemu script

You can probably just add 'slirp' parameter to runqemu?

Alex


On Wed, 12 Apr 2023 at 19:31, Edgar Mobile <heideggm@hotmail.com> wrote:
>
> Greetings,
>
> I built an Aarch64 client image with core-image-weston from master. Now I want to access the running machine via ssh. Usually, I would do this by adding the following to the qemu call when not using the runqemu script:
>
> -device virtio-net-device,netdev=user0 -netdev user,id=user0,hostfwd=tcp::2222-:22
>
> Is it possible to add this to the runqemu script via local.conf or so?
>
> Regards
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#59695): https://lists.yoctoproject.org/g/yocto/message/59695
> Mute This Topic: https://lists.yoctoproject.org/mt/98224416/1686489
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

[-- Attachment #2: Type: text/html, Size: 2494 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-13 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 17:31 Adding SSH access to runqemu script Edgar Mobile
2023-04-12 17:45 ` [yocto] " Alexander Kanavin
2023-04-12 18:10   ` Edgar Mobile
2023-04-13 19:39   ` Edgar Mobile

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.