Posts tagged host
VirtualBox Manager Pro – UI Updates and Stability
May 23rd
I have added a variety of user interface updates to the pro version. In addition to the toast popups actual notifications add a sence of feedback and depth to the program. I want the program to feel that its actually aware of what you are doing and processing interactions accordingly. I feel with recent enhancements this is becoming more and more the case.
I have fixed a couple of potential situations where an i/o exception can occur. I have also added enhancements that clarify a particular action based on the current state of setting. All in all the depth and feedback offered by the application is improving.
Without substantial feedback/comments by actual users, I see very little confusion using the app and no bugs. Every action performs accordingly. The primary situation I think users may encounter is the inability to login. In such a situation the connecting dialog will just continue to spin. VirtualBox Manager is designed for users to first login to a host using password authentication. Therefore for each host the first connection must be made to an ssh server with PasswordAuthentication set to yes in /etc/ssh/sshd_config. Withe the correct host/port/username/password set in the app, and port forwarding properly configured in a users router/network a connection will occur. The user can then click the menu, and select generate key; which generated a new 1024 bit DSA key. The user can view the private and public keys directly from buttons in the menu. There are strategic dialog boxes that state the user can then upload the key to the server, which automatically appends it to the bottom of ~/.ssh/authorized_keys2. Pressing upload automatically enabled key login for the particular host. Enabling and disabling key login is done via the hosts configuration options accessible on the main screen.
There are many checks to prevent confusion. A user cannot enable key login unless there is a key. Keys cannot be displayed/uploaded before they are created; which would be an i/o exception. There is also a warning when a user tries to generate a key when a key already exists. This can cause a problem that will prevent other hosts from loggin in; if the key changes it will no longer match the public key stored on the host. A dialog will appear explaining that password login will be re-enabled for the host, and that when the key is uploaded password authentication will be used. If a new key is generated the user must disabled key authentication for other hosts configured in the app; once logged in to other hosts using password auth the user can easily upload the new public key to the server, reestablishing key based authentication for the respective host.
After a public key is uploaded to the server password authentication can be disabled. This substantially diminishes and practically eliminates the possibility of a brute force intrusion.
The pro version adds support for 20 hosts, and 20 machines per host. This is done using a ScrollView wrapped around each activity. Its a logical addition. If users request support for more hosts it can easily be added.
I want to change the oncreate structure to each of the three activities. I want to initialize the buttons in a background thread. While the UI is fast and there is no visible delay I would like to code the oncreates as such. Frankly given the speed of recent phones I don’t think there will be any visible differences. Theoretically on a slower processor the activity would display with no button, and then as the thread processes the views they will display on the screen one by one.
I will add some additional features in time, but until comments start rolling in a new project is in the works. Linux Manager Pro. I’ll posts as it develops.
VirtualBox Manager Pro – Public Key Authentication
May 18th
VirtualBox Manger was released a couple of days ago offering ssh access to remote host machines. The application controls up to seven virtual machines on the host machine. Up to seven different host machines can be configured in VirtualBox Manager. The standard application was released for free, and it will remain free. The current version has practically no bugs, at least any that I am aware of. I will continue to support it, but I will shift my development focus to the Pro version.
VirtualBox Manager Pro currently supports DSA encrypted login. Once the user logs into a host, using password authentication, the menu contains options to generate a new DSA key, and upload it to the host machine. Uploading it to the host machine automatically appends it to the users authorized_keys2 file. Once uploaded VirtualBox Manger will automatically use DSA encrypted authentication to connect to the host. VirtualBox Manager pro is design to use a single encryption key for all configured hosts.
VirtualBox Manger Pro will be released at 19.99 and is targeting corporate level IT departments. When it is released it will encrypt the passwords stored in the applications settings, and will also prompt for a password to gain access to the application. This feature will be enabled or disabled based on security requirements. Also there will be an options dialog to choose the size of the encryption key to generate; it is currently set at 1024 bytes.
In time I will enhance the UI. I want to add a variety of notifications throughout the application to enhance communication, troubleshooting, and general usability.
VirtualBox Manager Pro will be released soon to the Android Marketplace.