This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:ssh_ecdsa [2021/01/01 21:21] 127.0.0.1 external edit |
aix:ssh_ecdsa [2023/09/07 12:19] (current) manu |
||
---|---|---|---|
Line 15: | Line 15: | ||
<cli prompt='#'> | <cli prompt='#'> | ||
[root@nim] /root # echo |ssh-keygen -q -t rsa -N '' | [root@nim] /root # echo |ssh-keygen -q -t rsa -N '' | ||
+ | </cli> | ||
+ | |||
+ | Read an SSH key to find the type and lengh | ||
+ | <cli prompt='#'> | ||
+ | [root@aixtest] /root/.ssh# ssh-keygen -lf id_rsa.pub | ||
+ | 4096 SHA256:y+eCN/wHa2+y4zNSTapuxxxxxxxxkWR2NIvKzwGFM root@aixtest (RSA) | ||
</cli> | </cli> | ||