diff --git a/console/master/dropper b/console/master/dropper index 737f3d6..851b062 100755 --- a/console/master/dropper +++ b/console/master/dropper @@ -79,6 +79,9 @@ def show_list(): except KeyError, ValueError: print "That was not a valid option. Try again. " show_list() + except paramiko.AuthenticationException: + print "Could not connect to the node." + exit(1) print "#############################################################" print "### CVM OpenVZ shell dropper ###"