diff options
author | ahriman <ahriman@falte.red> | 2020-11-08 11:37:02 -0500 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2020-11-08 11:37:02 -0500 |
commit | b31b042e870ccc740751c43e7796ffd68689e533 (patch) | |
tree | be4209e60cd4e85130224b874fd1f4d831228cca | |
parent | 37e2ab0d19abf19a1ab7ba4b9c1fa6a5d02f0471 (diff) | |
download | site-b31b042e870ccc740751c43e7796ffd68689e533.tar.gz |
clarified the use of the public key in the form
-rw-r--r-- | html/signup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/signup.html b/html/signup.html index 6c8ec0d..ef92b63 100644 --- a/html/signup.html +++ b/html/signup.html @@ -26,7 +26,7 @@ <h3>What interests you about tilde.institute?<br /></h3> <input type="text" size="48" name="interest" /> - <h3>Paste Your SSH Key in OpenSSH Format:<br /></h3> + <h3>Paste Your SSH Public Key in OpenSSH Format:<br /></h3> <input type="text" size="48" name="sshkey" /><br /> You must be at least 13 years old to use this system.<br /> <br /> |