Quantcast
Channel: scp'ing using key file as a parameter, How can I do that if possible? - Super User
Browsing latest articles
Browse All 5 View Live

Answer by Patrick Walter for scp'ing using key file as a parameter, How can I...

This might help another noob. [I know this is a redundant circular example but its good to illustrate] Scenario: ssh from Mac -> Ubuntu scp files from Mac -> Ubuntu close ssh and scp files from...

View Article



Answer by Max Humphrey for scp'ing using key file as a parameter, How can I...

Tested and corrected via these instructions: https://askubuntu.com/questions/46930/how-can-i-set-up-password-less-ssh-login The instructions here worked flawlessly when I tested on my boxes...

View Article

Answer by whitequark for scp'ing using key file as a parameter, How can I do...

-i identity_file Selects the file from which the identity (private key) for public key authentication is read. This option is directly passed to ssh(1). Use ~/.ssh/id_rsa.

View Article

scp'ing using key file as a parameter, How can I do that if possible?

scp -i ~/.ssh/id_rsa.pub events*$date*_QA.log $remote_user@$remote_server:$remote_location Is the aforementioned script incorrect? Am I not doing it correctly? I went to the .ssh directory and saw...

View Article

Answer by Quandary for scp'ing using key file as a parameter, How can I do...

I usually use this:scp -P <port_if_not_22> -i <path_to_keyfile> <source> <target>example:scp -P 666 -i "T:\.ssh\id_rsa" "D:\somePath\someFile.txt"...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images