Changes between Version 11 and Version 12 of CloudServer


Ignore:
Timestamp:
Jan 30, 2009, 8:42:08 AM (15 years ago)
Author:
dkondo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudServer

    v11 v12  
    186186and cat it to the authorized_keys file to allow remote passwordless access.
    187187
     188To verify the identity of the host before logging in, you can run {{{ec2-get-console-output}}} to get the key fingerprint written to the console during the bootup process.  The key fingerprints will look something like:
     189{{{
     190Restarting OpenBSD Secure Shell server: sshd.
     191------- KEY FINGERPRINTS -------
     1922048 28:f1:0c:51:95:82:c6:a1:a2:58:a3:37:7f:39:ef:f9 /etc/ssh/ssh_host_rsa_key.pub
     1931024 90:f2:98:4b:e6:c5:c7:7a:23:6e:ef:67:d0:be:72:a9 /etc/ssh/ssh_host_dsa_key.pub
     194--------------------------------
     195}}}
     196during bootup.
     197Then you can compare this key fingerprint with the one reported by ssh when you log in to verify the host identity.
     198
    188199=== To do ===
    189200