Skip to content

How to solve connectivity problems when running parallel code in R, with the 'parallelly' package? #510

Discussion options

You must be logged in to vote

Henrik,
I'm ready to start working with parallel programming in R.
The procedure to establish communication without asking me for the password:
First, I deleted the users created in the VPS and created a new user called georges1.
Then, I went to the folder where the keys are on the windows machine:

C:\Users\jlmal\.ssh>
scp id_rsa.pub [email protected]:~/
ssh [email protected]

I logged in to the VPS with the user georges1 and the password of that user.

mkdir .ssh
cat id_rsa.pub >> authorized_keys
chmod 600 .ssh/authorized_keys
exit

And when logging in to the VPS again with ssh [email protected] it does not ask for the password.
I'm going to make a little script where…

Replies: 7 comments 65 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@HenrikBengtsson
Comment options

@joseluciano57
Comment options

@joseluciano57
Comment options

@HenrikBengtsson
Comment options

@HenrikBengtsson
Comment options

Comment options

You must be logged in to vote
1 reply
@HenrikBengtsson
Comment options

Comment options

You must be logged in to vote
29 replies
@joseluciano57
Comment options

@HenrikBengtsson
Comment options

@joseluciano57
Comment options

@HenrikBengtsson
Comment options

@joseluciano57
Comment options

Comment options

You must be logged in to vote
18 replies
@joseluciano57
Comment options

@joseluciano57
Comment options

@HenrikBengtsson
Comment options

@kevinmcdermott062
Comment options

@HenrikBengtsson
Comment options

Answer selected by HenrikBengtsson
Comment options

You must be logged in to vote
1 reply
@HenrikBengtsson
Comment options

Comment options

You must be logged in to vote
7 replies
@orozcoae89
Comment options

@kevinmcdermott062
Comment options

@HenrikBengtsson
Comment options

@orozcoae89
Comment options

@kevinmcdermott062
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants