Skip to content

Instantly share code, notes, and snippets.

@jeremyjs
Created June 16, 2014 17:21
Show Gist options
  • Save jeremyjs/68f5a65c676ca43ce29d to your computer and use it in GitHub Desktop.
Save jeremyjs/68f5a65c676ca43ce29d to your computer and use it in GitHub Desktop.
$ touch jmeyer.txt
$ scp jmeyer.txt cnuapp@vor.dev.cashnetusa.com:/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.
cnuapp@vor.dev.cashnetusa.com's password:
jmeyer.txt 100% 0 0.0KB/s 00:00
$ rm jmeyer.txt
$ scp cnuapp@vor.dev.cashnetusa.com:/tmp/jmeyer.txt jmeyer.txt
cnuapp@vor.dev.cashnetusa.com'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