/ Published in: Bash

From a local computer to a server with a public/private key pair.
Expand |
Embed | Plain Text
scp -r -i ../../StartupEngineeringServer.pem . ubuntu@54.218.68.242:~/src/
You need to login to post a comment.
From a local computer to a server with a public/private key pair.
scp -r -i ../../StartupEngineeringServer.pem . ubuntu@54.218.68.242:~/src/
You need to login to post a comment.