Skip to content

Commit

Permalink
Fix ssh key type and start server
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman committed Nov 29, 2018
1 parent 91e6507 commit 46e5915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gossip/run_gossip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ master="127.0.0.1:9100"
publisher="http://127.0.0.1:8888"
qed="http://127.0.0.1:8080"
echo Create id_ed25519 key
echo -e 'y\n' | ssh-keygen -t rsa -N '' -f /var/tmp/id_ed25519
go run $GOPATH/src/github.com/bbva/qed/main.go start -k key -l silent --node-id server0 --gossip-addr $master --raft-addr 127.0.0.1:9000 &
echo -e 'y\n' | ssh-keygen -t ed25519 -N '' -f /var/tmp/id_ed25519
go run $GOPATH/src/github.com/bbva/qed/main.go start -k key -l silent --node-id server0 --gossip-addr $master --raft-addr 127.0.0.1:9000 -y /var/tmp/id_ed25519 &
pids[0]=$!
sleep 1s

Expand Down

0 comments on commit 46e5915

Please sign in to comment.