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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -