Blog: vagrant

In-depth tutorials, guides, and thoughts about infrastructure and automation.


Brett Weir 14 min read

Transfer files with ssh

An exploration of the flexibility of Unix command line tools

Feb 20, 2023 — Unix tools are designed to be useful in new ways that tool authors don't anticipate. In this article, we'll use ssh to re-create the functionality of scp.

Read more»