Skip to content
Snippets Groups Projects
Commit 84c10dff authored by nimrod's avatar nimrod
Browse files

Force recreate .ssh/local keypair.

parent 1ff6e920
No related branches found
No related tags found
No related merge requests found
Pipeline #960 failed
...@@ -196,6 +196,7 @@ Documents/bin/rabbitmqadmin: ...@@ -196,6 +196,7 @@ Documents/bin/rabbitmqadmin:
-Documents/bin/rabbitmqadmin --bash-completion > $@ -Documents/bin/rabbitmqadmin --bash-completion > $@
.ssh/localhost: .ssh/localhost:
-rm $@ $@.pub
ssh-keygen -t ecdsa -N '' -C localhost -f $@ ssh-keygen -t ecdsa -N '' -C localhost -f $@
.ssh/localhost.pub: .ssh/localhost .ssh/localhost.pub: .ssh/localhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment