MeshCentral icon indicating copy to clipboard operation
MeshCentral copied to clipboard

Backspace scrolls to top on mobile SSH connection

Open tschettervictor opened this issue 2 months ago • 2 comments

Describe the bug Im trying to connect to a local SSH device and do some work on mobile. But whenever i hit backspace, the screen flicks to the top.

To Reproduce Steps to reproduce the behavior: Conncet to SSH, type some characters, and hit backspace

Expected behavior I expect backspace to work without moving the screen

Server Software (please complete the following information):

  • OS: FreeBSD
  • Virtualization: jails
  • Network: Reverse Proxy hybrid
  • Version: 1.1.23
  • Node: 20

Client Device (please complete the following information): iOS 17 safari browser

Remote Device (please complete the following information): Local SSH device

{
  "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  "__comment1__": "This is a simple configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
  "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
  "settings": {
    "cert": "redacted",
    "_WANonly": true,
    "_LANonly": true,
    "sessionKey": "redacted",
    "sessionTime": 999,
    "port": 8443,
    "_debug": true,
    "aliasPort": 443,
    "_redirPort": 80,
    "_redirAliasPort": 80,
    "TlsOffload": "redacted",
    "_trustedProxy": "redacted",
    "MariaDB": {
      "host": "localhost",
      "user": "meshcentral",
      "password": "redacted",
      "database": "meshcentral"
    }
  },
  "domains": {
    "": {
      "title": "redacted",
      "title2": "redacted",
      "certUrl": "https://redacted",
      "ssh": true,
      "mstsc": true,
      "minify": true,
      "_newAccounts": true,
      "userNameIsEmail": true,
      "agentInviteCodes": true
    }
  },
  "smtp": {
    "host": "smtp.gmail.com",
    "port": "465",
    "from": "redacted",
    "user": "redacted",
    "pass": "redacted",
    "tls": true
  }
}

tschettervictor avatar May 24 '24 18:05 tschettervictor