diff --git a/howto/openstack.md b/howto/openstack.md index 28f5522069795c55c990a63e8469176afb368a4c..9d98d8a0a849f11f4c79e4152b2beb243429523e 100644 --- a/howto/openstack.md +++ b/howto/openstack.md @@ -38,8 +38,7 @@ Add your SSH key to the server: If your key is stored in GnuPG: - openstack keypair create --public-key=<(gpg --export-ssh-key -anarcat@debian.org) anarcat + openstack keypair create --public-key=<(gpg --export-ssh-key anarcat@debian.org) anarcat You will probably need to edit the default security group (or create a new one) to allow ingress traffic as well. For example, this will