{{ define "onboarding/keys" }}

Add an SSH key

Add a public SSH key to push to your repositories over SSH.

{{ range .PubKeys }} {{ template "user/settings/fragments/keyListing" . }} {{ end }}

{{ template "onboarding/back" "/welcome/social" }}
{{ end }}