unix - Finding out the public key of an ssh server -
I have access to a student server and was interested in being able to see the SSH server's public key. Can UNIX command help me see the SSB key, because it is different from AWS generating my own CDs?
It's as simple:
# cat / Root / .ssh / id * .pub or for a specific user:
# cat user / .ssh / id * .pub < / Code>
Comments
Post a Comment