Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Archive:Development Test Environment: Difference between revisions

From EVE University Wiki
Turhan Bey (talk | contribs)
m name correction
Turhan Bey (talk | contribs)
m example on a separate line
Line 75: Line 75:
3.  Change the permissions of the private key file to read-only by only yourself, i.e. "chmod 600 <your login>-eunidev.pem".  (Remember, this is your private key and nobody else should have access to it.)
3.  Change the permissions of the private key file to read-only by only yourself, i.e. "chmod 600 <your login>-eunidev.pem".  (Remember, this is your private key and nobody else should have access to it.)


And you're done.  To connect to devtest, just use ssh with that key file and the public DNS from above.  For example, "ssh -i turhan-eunidev.pem [email protected]".
And you're done.  To connect to devtest, just use ssh with that key file and the public DNS from above.  For example:
"ssh -i turhan-eunidev.pem [email protected]"


=== scp ===
=== scp ===


Just follow the same steps as needed to set up ssh, above.  To copy files to or from devtest, just use scp with that key file and the public DNS from above.  For example, "scp -i turhan-eunidev.pem local-file.exe [email protected]:remote-file.ext".
Just follow the same steps as needed to set up ssh, above.  To copy files to or from devtest, just use scp with that key file and the public DNS from above.  For example, "scp -i turhan-eunidev.pem local-file.exe [email protected]:remote-file.ext".