You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to download a large file (or set of files) over SSH (e.g. to Backup/Migrate a VM),
the SSH Connection times-out and I have to restart the process. 🤦
I need to refresh my memory on how to do this.
Todo
Configure the VM to not Timeout SSH Connections
Configure iTerm to not timeout SSH -> echo "ServerAliveInterval 60" >> ~/.ssh/config
Set Mac to not sleep when plugged in to power 🍏
This should only take a few mins of googling and reading, but i need to document it. 📝
Ok, this seems to be working without needing to update anything on the VMs, just the ServerAliveInterval 60 in ~/.ssh/config on localhost is enough to keep the connection alive provided the Mac stays on.
I'm using an ancient (in computer terms) Mac Mini to backup the VMs:
and I left it on overnight downloading all the files from the two VMs. Switched off the screen to not waste energy, but the Mac Mini stayed on doing happily doing it's thing.
I know I could use a Raspberry Pi Zero to do this task, I don't need an Intel i5 ... but this computer is "free" so I'm using it.
When attempting to download a large file (or set of files) over SSH (e.g. to Backup/Migrate a VM),
the SSH Connection times-out and I have to restart the process. 🤦
I need to refresh my memory on how to do this.
Todo
Configure the VM to not Timeout SSH Connectionsecho "ServerAliveInterval 60" >> ~/.ssh/config
This should only take a few mins of googling and reading, but i need to document it. 📝
This is a subtask of dwyl/hits#81 which in turn will un-block dwyl/hits#117 and dwyl/hits#101 etc.
The text was updated successfully, but these errors were encountered: