devosoft / avida

http://avida.devosoft.org
605 stars 113 forks source link

Remote Access Features #38

Open ruppmatt opened 8 years ago

ruppmatt commented 8 years ago

How should remote access to a running avida process work to maximize your productivity?

What features would you like it to have?

What data should be made available in the web browser? How would you like that data displayed?

welsberr commented 8 years ago

Some consideration of what it means to connect to a running process should be taken. Can the remote user change the running process? Can completion of processes be delayed if a remote viewer is attached? If the answer to either of those questions is "yes", then some form of effective access control is needed from the outset.

ruppmatt commented 8 years ago

I was planning on using a public/private ssh key scheme to handle access. The remote client would need to have a public key that matches a private one on the HPCC's user account.