Index: src/VBox/Frontends/VBoxShell/vboxshell.py
===================================================================
--- src/VBox/Frontends/VBoxShell/vboxshell.py	(revision 40897)
+++ src/VBox/Frontends/VBoxShell/vboxshell.py	(working copy)
@@ -30,6 +30,7 @@
 import re
 import platform
 from optparse import OptionParser
+from socket import gethostname
 
 g_batchmode = False
 g_scripfile = None
@@ -43,7 +44,7 @@
     g_hasreadline = False
 
 
-g_prompt = "vbox> "
+g_prompt = gethostname()+">"
 
 g_hascolors = True
 term_colors = {
