local last_exit_code="0"
local restricted="$1"
local restricted_actions=":status:start:stop:poweroff:suspend:resume:console:monitor"
- restricted_actions="$restricted_actions:wipe:shred:app_base:version:list_image:kill:"
+ restricted_actions="$restricted_actions:wipe:shred:app_base:version:list_image:kill:ssh_finger:"
# While a "quit" command isn't entered, read STDIN
while read -rep "$last_exit_code kvmx:/${USER}@${VM}> " STDIN; do