biviosoftware / home-env

MIT License
2 stars 2 forks source link

Fix #104 added bivio_vagrant_scp and vscp #105

Closed robnagler closed 9 months ago

moellep commented 9 months ago

What are the steps to test this - I changed my home-env branch to 104-bivio_vagrant_scp.

robnagler commented 9 months ago
source ~/.bashrc
cd ~/v
vscp file v:someplace
vscp v:someplace otherfile
moellep commented 9 months ago

This works ok for my v vm, but not my v5 vm:

v5]$ vscp v5:tmp/x.txt .
ssh: Could not resolve hostname v5:...
moellep commented 9 months ago

Oh - I see you always use the v: prefix regardless of which vm, and you have to be in the vm directory.