diff --git a/internal/dis/component/server/admin/html/instance_ssh.html b/internal/dis/component/server/admin/html/instance_ssh.html index 6e466a2..57b03c7 100644 --- a/internal/dis/component/server/admin/html/instance_ssh.html +++ b/internal/dis/component/server/admin/html/instance_ssh.html @@ -11,6 +11,12 @@
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.