{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} SSH / SFTP access for a website's system user: shell toggle, password reset and authorized_keys management. {% endcomment %} {% block title %}SSH access ยท {{ domain }}{% endblock %} {% block content %}

SSH / SFTP access

· back to Manage

Connection details
Host
Port
Username
Home
Shell access

When off, the account can still use SFTP but cannot open an interactive shell.

Reset password

Not available in this deployment yet — contact support if this account's password needs to change.

Authorized keys

One key per line. Accepted types: ssh-ed25519, ssh-rsa (2048 bits or more) and ecdsa-sha2-nistp256/384/521. Lines with options such as command= or no-pty are refused.

{% endblock %} {% block scripts %} {% endblock %}