mac-vz / macvz

macOS Virtualization for linux
MIT License
85 stars 6 forks source link

SSH Forwarded sockets getting timed out #13

Open balajiv113 opened 2 years ago

balajiv113 commented 2 years ago

Describe the bug SSH Forwarded socks are getting timed out after sleep of system.

To Reproduce Steps to reproduce the behavior:

  1. Start the docker example
  2. Verify its working by running docker ps -a
  3. Let the mac go to sleep for some time
  4. After wake try docker ps -a from host and notice it says docker not running.
  5. Run macvz shell docker and run docker ps -a from vm and notice it is working fine

Expected behavior Forwarded sockets should not timeout