Differences
This shows you the differences between the selected revisions of the page.
| 2015-10-26 | 2015-10-26 | ||
| removing empty line (martin) | -E md5 switch (martin) | ||
| Line 18: | Line 18: | ||
| * To securely acquire a fingerprint of the host key, use web-based SSH client in Google Developers Console (use //SSH// link on the //VM Instances// page). You will see the fingerprint as soon as you connect. To see the host key for other algorithms use following commands: \\ <code>ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key | * To securely acquire a fingerprint of the host key, use web-based SSH client in Google Developers Console (use //SSH// link on the //VM Instances// page). You will see the fingerprint as soon as you connect. To see the host key for other algorithms use following commands: \\ <code>ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key | ||
| ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key | ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key | ||
| - | </code> &screenshotpict(gce_hostkey) | + | </code> With OpenSSH 6.8 and newer, you need to add -E md5 to display MD5 fingerprint. \\ \\ &screenshotpict(gce_hostkey) |
| Set up SSH keys for your Google Compute account: | Set up SSH keys for your Google Compute account: | ||