↧
Answer by user1179897 for Copy a file between two Ubuntu instances
If you have created the ssh keys on the instance1 then in the /home/username/.ssh or /root/.ssh directory there will be a file called the id_rsa.pub. Take this file and copy its contents into the...
View ArticleCopy a file between two Ubuntu instances
I have two Ubuntu instances running on two different virutal nodes (Docker). I want to copy a file from one node to another quite a few times from my python script. For now, I am testing with scp if...
View Article