mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
SSH - WIP #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sickcodes on GitHub (Jun 8, 2020).
Just a heads up if anyone was working on it, I will have an SSH “double” tunnel fix added today so you can SSH straight through from host, to container, to the QEMU guest.
@fieu commented on GitHub (Jun 9, 2020):
@sickcodes How's it looking? Any hickups?
@sickcodes commented on GitHub (Jun 9, 2020):
Here's enabling SSH which works fine.
Because I set it to usermode networking, I am not sure how to then SSH into the QEMU instance. I can do it when it's bridged, but bridged networking wasn't working. Do you have experience with it?
@sickcodes commented on GitHub (Jun 9, 2020):
@sickcodes commented on GitHub (Jun 9, 2020):
Can SSH if switch back to bridge networking, but I think libvirt didn’t create a default virsh networking profile. Or if someone wants to contribute something like a sock like /dev ssh or anything really that’d be great.
@fieu commented on GitHub (Jun 10, 2020):
@sickcodes I barely know anything about SSH and QEMU is a whole other dimension for me haha. Sorry but I don't think I will be much of a help. Was just wondering cause I want to integrate this into my CI environment. I wish you luck man! 👍
@sickcodes commented on GitHub (Jun 11, 2020):
Thanks mate! Hopefully this weekend I’ll have some free time. Someone else could fix this by changing the networking part back to bridging and then you can just forward 22 on the QEMU box to 23 or something on the Arch host. I’ve SSH’d in before fine, the issue is the default network in virsh is not present on install.
The QEMU system is reachable in 10.0.15.2 or similar.
Would be great if someone with QEMU or simple container networking could help :)
@fieu commented on GitHub (Jun 11, 2020):
@sickcodes Right on, good lookin' profile pic 😄
@sickcodes commented on GitHub (Jun 14, 2020):
Finished :)
0a9da5af75