SSH Access

Every WissKI Instance comes with access via SSH. Every distillery user that has administrative access to this instance can access it. Furthermore, every distillery administrator has access.

To access the ssh server of this instance, use:

ssh -J {{ .PanelDomain }}:{{ .Port }} www-data@{{ .Hostname }}

Or, if your .ssh/config is configured appropriately:

ssh {{ .Hostname }}

For this to work, configure an ssh key on your Personal SSH Page.

SSH Keys

This page lists all SSH Keys that have access to this system.

{{ range .SSHKeys }} {{ end }}
{{ . }}