diff --git a/ttadmin/users/forms.py b/ttadmin/users/forms.py
index fd9ef27..0dcd555 100644
--- a/ttadmin/users/forms.py
+++ b/ttadmin/users/forms.py
@@ -70,7 +70,7 @@ class TownieForm(Form):
widget=Textarea,
validators=(validate_pubkey,),
label='SSH public key',
- help_text='if this is not a thing you are familiar with, that\'s okay! check out our guide to learn how to get one of these.')
+ help_text='if this is not a thing you are familiar with, that\'s okay! you can make one here or read our guide to learn more.')
pubkey_type = ChoiceField(
choices=SSH_TYPE_CHOICES,
label='SSH public key type',