Sorry about the double post, but this line:

Sharpie wrote:
> 
>   ssh u...@webserver.com -e "cd ~/.ssh;cat webKey.pub >> authorized_keys"
> 

Should be:

  ssh u...@webserver.com "cd ~/.ssh;cat webKey.pub >> authorized_keys"

I.e., omit the -e flag.

Apologies,

-Charlie

-----
Charlie Sharpsteen
Undergraduate-- Environmental Resources Engineering
Humboldt State University
-- 
View this message in context: 
http://n4.nabble.com/SSH-Through-R-Script-tp1809635p1837920.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to