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

Use heuristics to create a REMOTE_CONNECTION image property #11

Closed
skalkoto opened this issue Jun 2, 2014 · 0 comments · Fixed by #29
Closed

Use heuristics to create a REMOTE_CONNECTION image property #11

skalkoto opened this issue Jun 2, 2014 · 0 comments · Fixed by #29
Assignees

Comments

@skalkoto
Copy link
Collaborator

skalkoto commented Jun 2, 2014

When creating an image, examine the source media and create a REMOTE_CONNECTION image property. This property can be used by the synnefo UI to inform the user on how to remotely connect to the VM he created from this image.

This property will host a space-seperated list of connection protocols the user can use to connect to his VM. The protocols we are going to allow and the properties associated with each one of them is:
ssh[:][port=NUMBER],[user=STRING]
rdp[:][port=NUMBER],[user=STRING]
vnc[:][display=NUMBER],[port=NUMBER],[password=STRING]
x2go[:][session={KDE,GNOME,LXDE,XFCE,MATE,UNITY,TRINITY,CINNAMON}]

x2go which works over ssh may inherit the properties from the ssh entry.

A valid linux desktop REMOTE_CONNECTION property would look like this:
ssh:port=22,user=root ssh:port=22,user=user x2go:session=MATE

For a Windows Server image, this is a reasonable REMOTE_CONNECTION property:
rdp:port=3389,user=Administrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants