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

Native remote connection support #531

Merged
merged 28 commits into from
Dec 3, 2018
Merged

Native remote connection support #531

merged 28 commits into from
Dec 3, 2018

Conversation

pfitzseb
Copy link
Member

@pfitzseb pfitzseb commented Nov 22, 2018

Still lots to do...

  • Stop storing passphrase/password in plaintext
  • Don't try to cd into a local path on startup
  • Support for multiple servers.
  • Fix interrupts. Kinda works now, but a general solution probably isn't possible since many ssh servers don't implement signal forwarding apparently.
  • Error handling!
  • Option for persistent julia process on server.
  • Disconnect handling.
  • Fix path issues on remote machine
  • Better disconnect handling.
  • Support for more complex ssh setups.
  • Per-server config.

Also needs JunoLab/atom-ink#184 and h3imdall/ftp-remote-edit#228.

@pfitzseb
Copy link
Member Author

Alright, this seems to work perfectly on all OSs I have access to. Would be cool to figure out whether this works on MacOS, but I don't think there's a reason it shouldn't.
I'm working on improving the UX a bit (see the checklist above), especially in regards to server management, but feel free to suggest improvements :)

@MikeInnes
Copy link
Member

I'd like to see an alternative to the global boot setting for this; my best idea is to have a plain command, but we might be able to do something fancier / more automatic.

Also, in normal SSH sessions I rely on key forwarding (e.g. for github access), so that'd be nice to have.

@pfitzseb
Copy link
Member Author

Also, in normal SSH sessions I rely on key forwarding (e.g. for github access), so that'd be nice to have.

Done, I think. Would be cool if you could try the latest commit.

I'd like to see an alternative to the global boot setting for this; my best idea is to have a plain command, but we might be able to do something fancier / more automatic.

Yeah, that's been annoying me a bit as well. Will add a command for now.

@MikeInnes
Copy link
Member

Works great!

@pfitzseb
Copy link
Member Author

pfitzseb commented Dec 3, 2018

Alright, I'll merge this now and try to fix the last couple of points tomorrow, but this should work well enough regardless.

@pfitzseb pfitzseb merged commit 9d20a93 into master Dec 3, 2018
@pfitzseb pfitzseb deleted the sp/remotejulia branch December 3, 2018 19:58
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

Successfully merging this pull request may close these issues.

2 participants