I’m trying to scp some files to a larger volume from a running vm. I can’t get ssh to authenticate, despite mucking around with ssh-agent. What’s required to make this work?
This might be difficult. Running ssh-agent
inside a VM sounds like a pain. Our SSH setup isn’t really built to make it easy to connection between two VMs, but it would be nice to have a slick way of moving files.
What I would probably do is install wormhole-william
in both VMs and then SSH to each to transfer via wormhole.
1 Like
Thank you!