{{ template "header" .}}

SSH Keys

Used only to pull/push gists using Git via SSH

Add SSH Key

{{ .csrfHtml }}
    {{ if .sshKeys }} {{ range $key := .sshKeys }}
  • {{ .Title }}

    SHA256:{{.SHA}}

    Added {{ .CreatedAt }}

    {{ if eq .LastUsedAt 0 }}

    Never used

    {{ else }}

    Last used {{ .LastUsedAt }}

    {{ end }}
    {{ $.csrfHtml }}
  • {{ end }} {{ end }}
{{ template "footer" .}}