Plural
This commit is contained in:
parent
7f3c96e9e6
commit
0b505b97c8
|
@ -481,8 +481,8 @@ function show_ip_addresses {
|
|||
}
|
||||
|
||||
function show_ssh_public_key {
|
||||
echo $'SSH Public Key'
|
||||
echo '=============='
|
||||
echo $'SSH Public Keys'
|
||||
echo '==============='
|
||||
echo ''
|
||||
echo "$(get_ssh_server_key)"
|
||||
echo ''
|
||||
|
|
|
@ -723,7 +723,7 @@ function menu_security_settings {
|
|||
|
||||
case $(cat $data) in
|
||||
1)
|
||||
dialog --title $"SSH host public key" \
|
||||
dialog --title $"SSH host public keys" \
|
||||
--msgbox "\n$(get_ssh_server_key)" 12 60
|
||||
exit 0
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue