{% if computer.connection_method == 'node' %}Termroom Node{% else %}{{ t('ssh.detail.eyebrow') }}{% endif %}
{{ remote_status.label }}
{% if remote_status.last_success_label %}{{ t('remote.last_success', time=remote_status.last_success_label) }}{% endif %}
{% if computer.connection_method == 'ssh' %}{{ computer.username }}@{{ computer.host }}{% if computer.port != 22 %}:{{ computer.port }}{% endif %}{% endif %}
{{ error }}
{{ t('ssh.detail.checked_copy') }}
{% if computer.connection_method == 'node' %}{{ t('node.detail.paired_copy') }}{% else %}{{ t('ssh.detail.connected_copy') }}{% endif %}
{{ t('ssh.detail.password_updated_copy') }}
{% if computer.connection_method == 'node' %}{{ t('node.detail.connection_name_copy') }}{% else %}{{ t('ssh.detail.connection_name_copy') }}{% endif %}
{{ computer.node_fingerprint }}
{{ t('node.detail.protocol') }}v{{ computer.node_protocol_version }}
{{ t('ssh.detail.requirements') }}Termroom Node + tmux
{% else %}
{{ t('ssh.detail.host_key') }}{{ computer.host_fingerprint }}
{{ t('ssh.detail.auth') }}{% if computer.auth_kind == 'password' %}{{ t('ssh.detail.auth_password') }}{% elif computer.identity_file == managed_key_path %}{{ t('ssh.detail.auth_public_key') }}{% elif computer.identity_file %}{{ t('ssh.detail.auth_existing') }}{% else %}{{ t('ssh.detail.auth_config') }}{% endif %}
{{ t('ssh.detail.requirements') }}SSH + tmux
{% endif %}
{{ t('server_terminal.copy', username=computer.username) }}
{% if computer.connection_method == 'node' %}{{ t('node.detail.workspaces_copy') }}{% else %}{{ t('open.workspaces_live_elsewhere_copy') }}{% endif %}
{{ t('ssh.detail.run_base_copy') }}
{{ t('node.detail.revoke_copy') }}
{% if computer.connection_method == 'node' %}{{ t('node.detail.remove_copy') }}{% else %}{{ t('ssh.detail.remove_copy') }}{% endif %}