Created
June 16, 2014 17:21
-
-
Save jeremyjs/68f5a65c676ca43ce29d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ touch jmeyer.txt | |
$ scp jmeyer.txt [email protected]:/tmp | |
The authenticity of host 'vor.dev.cashnetusa.com (10.10.212.130)' can't be established. | |
RSA key fingerprint is 12:05:3d:8c:37:bf:a6:97:4e:e4:d8:ee:33:d1:19:15. | |
Are you sure you want to continue connecting (yes/no)? yes | |
Warning: Permanently added 'vor.dev.cashnetusa.com,10.10.212.130' (RSA) to the list of known hosts. | |
[email protected]'s password: | |
jmeyer.txt 100% 0 0.0KB/s 00:00 | |
$ rm jmeyer.txt | |
$ scp [email protected]:/tmp/jmeyer.txt jmeyer.txt | |
[email protected]'s password: | |
jmeyer.txt 100% 0 0.0KB/s 00:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment