Skip to content
Snippets Groups Projects
Commit 120e190a authored by Peter Palfrader's avatar Peter Palfrader
Browse files

At least I care about ssh hostkeys

parent 51f76010
No related branches found
No related tags found
No related merge requests found
...@@ -103,9 +103,9 @@ This configures the following: ...@@ -103,9 +103,9 @@ This configures the following:
of the instance, see below. of the instance, see below.
* with the `test01.torproject.org` hostname * with the `test01.torproject.org` hostname
To find the root password and the IPv6 address, run this on the node where the instance was created: To find the root password, ssh host key fingerprints, and the IPv6 address, run this on the node where the instance was created:
egrep 'root password|configured eth0 with' $(ls -tr /var/log/ganeti/os/* | tail -1) egrep 'root password|configured eth0 with|SHA256' $(ls -tr /var/log/ganeti/os/* | tail -1)
Note that you need to use the `--node` parameter to pick on which Note that you need to use the `--node` parameter to pick on which
machines you want the machine to end up, otherwise Ganeti will choose machines you want the machine to end up, otherwise Ganeti will choose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment