Show ssh public key on about screen

This commit is contained in:
Bob Mottram 2016-11-22 23:28:27 +00:00
parent 656c311843
commit 5cc61278d5
1 changed files with 11 additions and 1 deletions

View File

@ -468,7 +468,7 @@ function show_tahoe_introducer {
}
function show_ip_addresses {
echo 'IP/DNS addresses'
echo $'IP/DNS addresses'
echo '================'
echo ''
echo -n "IPv4: $(get_ipv4_address)"
@ -480,6 +480,15 @@ function show_ip_addresses {
echo ''
}
function show_ssh_public_key {
echo $'SSH Public Key'
echo '=============='
echo ''
echo "$(get_ssh_server_key)"
echo ''
echo ''
}
function show_about {
clear
echo ''
@ -489,6 +498,7 @@ function show_about {
clear
show_ip_addresses
show_ssh_public_key
show_domains
show_mirrors_password
show_tahoe_introducer