Created
March 1, 2014 20:51
-
-
Save renatomattos2912/9297063 to your computer and use it in GitHub Desktop.
SCP with port on terminal
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
spc -P 1234 user@[ip address or host name]:/var/www/mywebsite/dumps/* /var/www/myNewPathOnCurrentLocalMachine | |
sudo scp -P 2222 id_rsa id_rsa.pub vagrant@localhost:~/.ssh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment