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

Remove extra ssh, we already have a shell on that host

parent 096acd91
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ To find the root password, ssh host key fingerprints, and the IPv6
address, run this **on the node where the instance was created**, for
example:
ssh root@fsn-node-02.torproject.org "egrep 'root password|configured eth0 with|SHA256' $(ls -tr /var/log/ganeti/os/* | tail -1) | grep -v $(hostname)"
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
......
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