Commit bd88b4ce authored by Peter Palfrader's avatar Peter Palfrader
Browse files

filter out duplicate ssh host keys

parent e86e4c1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ This configures the following:

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|SHA256' $(ls -tr /var/log/ganeti/os/* | tail -1)
    egrep 'root password|configured eth0 with|SHA256' $(ls -tr /var/log/ganeti/os/* | tail -1) | grep -v $(hostname)

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