This commit is contained in:
Bob Mottram 2016-11-22 23:24:19 +00:00
parent 341d7b2a92
commit 656c311843
1 changed files with 1 additions and 1 deletions

View File

@ -724,7 +724,7 @@ function menu_security_settings {
case $(cat $data) in case $(cat $data) in
1) 1)
dialog --title $"SSH host public key" \ dialog --title $"SSH host public key" \
--msgbox "$(get_ssh_server_key)" 6 60 --msgbox "\n$(get_ssh_server_key)" 7 60
exit 0 exit 0
;; ;;
2) 2)