R language: open ssh connection
Posted
by
marpo_it
on Stack Overflow
See other posts from Stack Overflow
or by marpo_it
Published on 2013-11-04T09:50:45Z
Indexed on
2013/11/04
9:53 UTC
Read the original article
Hit count: 193
I am trying to open a remote shell via ssh to send commands from R. As long as I send commands, I need to get results and send new commands that depends on the output of the previous ones.
For this reason I am looking for a solution to open a connection and manage it from within the R code until I have finished. I also need to open the connection with ssh key exchange (so without password authentication).
Looking at CRAN I didn't find anything useful.
© Stack Overflow or respective owner