Thomas, To add SSH viewer, a few things need to keep in mind 1) CloudStack UI is purely running inside a browser, browser sandbox would prevent it from launching external applications 2) CloudStack UI may also be running across multiple platforms (Windows, linux, Mac OS), each platform has its own terminal applications 3) The selected VM may not have public accessible IP, and for certain guest OS, there is no default SSH service daemon.
>From above #1 and #2 points, it points to that you will need to develop a AJAX >based SSH viewer(as there is no universal external SSH tool you can use >externally), for #3, a more comprehensive solution needs to be in place at >server side to make the experience smooth. Kelven > -----Original Message----- > From: LAMBERT Thomas [mailto:thomas-d.lamb...@thalesgroup.com] > Sent: Friday, June 22, 2012 6:09 AM > To: cloudstack-dev@incubator.apache.org > Subject: add a ssh button to the VM tab > > Hi > > i would like to add a button in the VM tab, to open a SSH console into > the selected VM. I don't really know where to begin, could someone give > me a hint or advice about this? > Thanks, have a nice weekend! > > Regards, > Thomas