[R] SSH Through R Script
    Sharpie 
    chuck at sharpsteen.net
       
    Tue Apr 13 03:44:09 CEST 2010
    
    
  
Sorry about the double post, but this line:
Sharpie wrote:
> 
>   ssh user at webserver.com -e "cd ~/.ssh;cat webKey.pub >> authorized_keys"
> 
Should be:
  ssh user at 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.
    
    
More information about the R-help
mailing list