From fc2455cdbf8c64c98a8f7104ae7e7acdcff1337c Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Fri, 8 Jun 2018 08:01:06 +0200 Subject: Go impl of pwman, first draft --- templates/change_ssh.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 templates/change_ssh.html (limited to 'templates/change_ssh.html') diff --git a/templates/change_ssh.html b/templates/change_ssh.html new file mode 100644 index 0000000..96231a7 --- /dev/null +++ b/templates/change_ssh.html @@ -0,0 +1,32 @@ + +{{ define "content" }} +
+

Your existing SSH keys

+ +
+
+ {{ $csrf }} +

Paste your SSH public keys (one key per line):

+ + +
+ +
+ Back +
+{{ end }} -- cgit v1.1