|
i can see these .pub file in /etc/ssh
ssh_host_dsa_key.pub
ssh_host_key.pub
ssh_host_rsa_key.pub
I, cat ssh_host_dsa_key.pub, get, e.g.
AAAB3NzaSLDHLHKASDG82JKASDH:KLAJSDH/alskfHASLl2lhl12h4kjlhASLDH and so on
cat ssh_host_key.pub, get e.g.
1024 35 321657432435731387354 and so on
cat ssh_host_rsa_key.pub, get, e.g.
AAAAB3NzaC1lahflASLDHSLkjaskDkjaf8207SAKJcash2AKJs and so on
How can i view it in this format ? e.g.
7b:e5:6f:a7:f4:f9:81:62:5c:e3:1f:bf:8b:57:6c:5a
Because i want to compare it with putty's msg.
I am not proficient with hexedecimel and binary thingy, so please forgive me for asking too much.
|