This commit is contained in:
Bob Mottram 2016-11-22 23:58:49 +00:00
parent 7f3c96e9e6
commit 0b505b97c8
2 changed files with 3 additions and 3 deletions

View File

@ -481,8 +481,8 @@ function show_ip_addresses {
} }
function show_ssh_public_key { function show_ssh_public_key {
echo $'SSH Public Key' echo $'SSH Public Keys'
echo '==============' echo '==============='
echo '' echo ''
echo "$(get_ssh_server_key)" echo "$(get_ssh_server_key)"
echo '' echo ''

View File

@ -723,7 +723,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 keys" \
--msgbox "\n$(get_ssh_server_key)" 12 60 --msgbox "\n$(get_ssh_server_key)" 12 60
exit 0 exit 0
;; ;;