Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to use ssh shipped with Rstudio #81

Closed
hadley opened this issue Oct 22, 2014 · 9 comments
Closed

Figure out how to use ssh shipped with Rstudio #81

hadley opened this issue Oct 22, 2014 · 9 comments

Comments

@hadley
Copy link
Collaborator

hadley commented Oct 22, 2014

For windows - found in RStudio\bin\msys_ssh

@sckott
Copy link
Collaborator

sckott commented Oct 22, 2014

Hmm, I tried it on my Windows box on Virtualbox, and could get shell("ssh.exe") to execute and print help info, but other attempts caused a crash

@hadley
Copy link
Collaborator Author

hadley commented Oct 22, 2014

You'd still use system(), just with the correct path.

@sckott
Copy link
Collaborator

sckott commented Jan 8, 2015

Do you think it's best to use RStudio ssh/scp when on linux and mac too? Or just windows?

@hadley
Copy link
Collaborator Author

hadley commented Jan 8, 2015

It's only bundled on windows, because it's commonly installed on the other two

@sckott
Copy link
Collaborator

sckott commented Jan 8, 2015

right, just checking if there's any reason to favor rstudio version even on unix/linux, just windows then

@MarkEdmondson1234
Copy link

Hi @sckott have you tried this out? I've used your ssh/scp code at googleComputeEngineR, and getting people having issues on Windows trying to connect. Using a version shipped with RStudio sounds cool.

@sckott
Copy link
Collaborator

sckott commented Feb 6, 2017

i haven't tried yet - will try to get to soon and get back to you

@MarkEdmondson1234
Copy link

@sckott a little development, it looks as if the RStudio SSH client has a hardcoded place to put SSH keys, so potentially you could use those to authenticate. I'm in the same position as you in having trouble getting a Windows machine to fully test it cloudyr/googleComputeEngineR#32 (comment)

@sckott
Copy link
Collaborator

sckott commented Feb 6, 2017

thx, will have a look soon

@sckott sckott removed this from the v0.6 milestone May 7, 2017
@sckott sckott closed this as completed Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants